-
-
Notifications
You must be signed in to change notification settings - Fork 2
Chapter 22: Snake Game Mechanics and Chapter 23: Completing the Game #23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: 2d-tutorial-bounty
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Really nice and concise chapter, just needs a little bit of buffer. Also, concatenations ;P
The only things that look add are that the snake parts don't "look" connected and the bat just "disappears". maybe challenges for the reader?
@SimonDarksideJ chapter changed a lot, needs fresh review |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Review part 1
articles/tutorials/building_2d_games/22_completing_the_game/index.md
Outdated
Show resolved
Hide resolved
articles/tutorials/building_2d_games/22_completing_the_game/index.md
Outdated
Show resolved
Hide resolved
articles/tutorials/building_2d_games/22_completing_the_game/index.md
Outdated
Show resolved
Hide resolved
articles/tutorials/building_2d_games/22_completing_the_game/index.md
Outdated
Show resolved
Hide resolved
articles/tutorials/building_2d_games/22_completing_the_game/index.md
Outdated
Show resolved
Hide resolved
articles/tutorials/building_2d_games/22_completing_the_game/index.md
Outdated
Show resolved
Hide resolved
articles/tutorials/building_2d_games/22_completing_the_game/index.md
Outdated
Show resolved
Hide resolved
articles/tutorials/building_2d_games/22_completing_the_game/index.md
Outdated
Show resolved
Hide resolved
articles/tutorials/building_2d_games/22_completing_the_game/index.md
Outdated
Show resolved
Hide resolved
articles/tutorials/building_2d_games/22_completing_the_game/index.md
Outdated
Show resolved
Hide resolved
…notes about compiler errors as classes are build
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great stuff, only a few tweaks suggested (and typo's)
This chapter has been split into two separate chapters as it was getting quite long.
It is now
Chapter 22: Snake Game Mechanics, which introduces the mechanics for a snake-like game and implements the foundation for our game to transform into a snake-like game. https://aristurtle.net/tutorials/building_2d_games/22_snake_game_mechanics/
Chapter 23: Completing the Game, which finalizes the game scene by taking what was created in Chapter 22 and refactoring the game scene to complete the snake-like game. https://aristurtle.net/tutorials/building_2d_games/23_completing_the_game/