in Save the Forest the player has to let princess Mononoke jump over the attacking humans that appear from the right of the screen. Catching the "Kodama" will update the score. Catching 10 will let you win the game.
- Princess Mononoke is on the left of the screen, can jump
- humans enemies appear randomly from the right of the screen
- Princess Mononoke has to jump over the human enemies
- hitting a human enemy will end the game
- Kodama appear randomly from the right of the screen
- catching Kodama will update the score
- score 10 will let you win the game
- Lives: start with 3 lives, lose one when hitting a human, the "Forest Spirit" appears, can udpate your lives again
- humans can also be destroyed by shooting an arrow at them
- the endboss "Toar" appears from the right, can be destroyed by shoting 5 arrows
- music start, stop
Classes and methods definition. Or functions.
Definition of the different states and their transition (transition functions)
- StartScreen
- gameScreen
- gameoverScreen
- winScreen