In this game you have a Player and four 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 at varying speeds on the paved block portion of the game board
- Once the player collides with an enemy, the player moves back to the starting square
- Once the player reaches the water (i.e., the top of the game board), the game is won
To play the game you need to upload the following files to your computer's hard drive:
- index.html
- folder with js file
- folder with css file
- img folder with images
When you are ready, open index.html through your browser and start the game.