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