A. Play the snake game, and answer these questions:
How many sprites are in this project? How many sprites are "main characters" without whom the game can not proceed?
If you have to use one sentence to tell a friend what this game is all about, what would you say?
Which parts of the game are tricky to play? Which parts of the game might be hard to implement?
If we take out the tricky-to-play parts, would the game still be fun?
If we take out the hard-to-implement parts, can you to recreate the rest?
How long do you think it would take to complete the easy parts?
B. Project Tip #1: Identify the main sprites and the gameplay (i.e. the plot)
Write down your answers to question #1 and #2. They are the main sprites and the gameplay.
main sprites: snake and apple gameplay: Snake eats apples in order to grow, but if the snake hits the border or itself the game restarts
the tricky part to code is for the snake to hitself
The main spirits are the spirits that are mostly in the gameplay like the snake and apple. The main game play i the snake game is to eat as many apples as possible to grow. Also a challenge that players have to face it the snake speeding up. A challenge that the coders have to face is making the snake grow, make the apples disappear, make it game over when the snake hits itself or hits the border, and try to get the snake to speed up.