- How to start the game: go into the src folder and the open the index.html and then open it with the liveserver
- Player controls :
- W : Move up
- A : Move left
- S : Move go back
- D : Move right
- B : Shoot cannon balls
- space bar : change to top view/close view (toggling behaviour)
- Scoring criteria :
- Each cannon hit to the enemy : +2
- Each kill(enemy) : +10
- Treasure : +20
- Player health : 200 initially
- Shot to player : -10