In this game you have a Player and Enemies (Bugs). The goal of the player is to reach the water, without colliding into any one of the enemies. The player can move left, right, up and down. The enemies move in varying speeds on the paved block portion of the scene. Once a the player collides with an enemy, the game is reset and the player moves back to the start square. Once the player reaches the water the game is won.
At the beginning of the game you can select a character to play with, using left and right arrow keys of the keyboard.
You move the player left, right, up and down with arrow keys of the keyboard.
Every time the player reaches the water the Wins counter is incremented by 1.
3 type of gems appearing randomly can be collected during the game:
- Green gem gives you 10 points
- Blue gem gives you 30 points
- Orange gem gives you 60 points
The player has 3 lives. Every time he collides with an enemy a life is lost.
When all lives are lost the game ends with a dialog showing the score.
This game works in all modern browsers and it must be played with a keyboard.
An internet connection is required to load Bootstrap library.
Open index.html
to run.