Add an external tutorial link of a complete game to wiki#262
Add an external tutorial link of a complete game to wiki#262Frosty-J merged 2 commits intolibgdx:devfrom
Conversation
Add a complete tutorial series for creating an 8-bit snake game from scratch
|
Thanks, looks good to me! |
|
This seems like a pretty good tutorial. My only concerns from a quick read-through (some of which may have already been addressed - I see links to each part that weren't there when I started writing this) are:
Furthermore:
Miscellaneous code review:
GDX Bootstrap seems pretty good and is close to what I wanted rather than sending people away to fiddle with gdx-liftoff. Obviously it's missing some simple settings like platforms (e.g. Android) and uses a somewhat outdated version of libGDX, but that's perfectly fine for tutorial purposes. I am going to merge this because it's a lot more up-to-date than the other tutorials, and the gamedevelopment.blog which was previously at the top has a ghastly mixture of dark and light styling with a serif font. I love Snake. |
|
Thanks for a thorough review @Frosty-J. I wouldn't expect it to be this comprehensive and crystal clear. I'll fix all that and update the tutorial today. |
Add a complete tutorial series for creating an 8-bit snake game from scratch