- Change the path in the GamePageController line 281, please put the actual path, ot the relative path.
- The path can be found under src->main->resources->application.stickhero->assets->cherry2.png
- Stick increases by pressing and hosting the space bar
- The hero inverts to get cherries by pressing the down arrow button. It stays inverted for as long as the button is pressed, it comes back to its normal state when down arrow button is released.
- Design Patterns - Singleton on player, mainpage and exitpage. Builder for Stick (StickBuilder).
- Junit testing has been done.
- Multithreading has been done.
- Revive feature has been added which is not there in the actual game.
- Saving of a game can be done at any moment of the game, click the paur button and then on the pause screen click the save button.
- The rest of the game is similar to the actual game.