This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
notes:comporg:spring2024:projects:mpg0 [2024/02/08 02:31] – [Game loop] rspringe | notes:comporg:spring2024:projects:mpg0 [2024/02/08 02:32] (current) – [Game loop] rspringe | ||
---|---|---|---|
Line 9: | Line 9: | ||
For this project, you will be making a Snake game. | For this project, you will be making a Snake game. | ||
- | The game loop for Snake is simple: you will control a snake around | + | The game loop for Snake is simple: you will control a snake around |
- | The games ends when the head of the snake runs into either a wall, or another part of its body. | + | The game ends when the head of the snake runs into either a wall, or another part of its body. |
====Sprites==== | ====Sprites==== | ||