The game consists of player and enemies. To win the player must reach the water, without colliding with any one of the enemies. The player can move left and right, up and down. In case the player collided with the enemy, the game will be reset and the player moves back to the starting box and the player will lose one score. If the player reaches the water he will win the game and the player will earn one score and move to the next level which will be more difficult.
To run the game:
- Download the GitHub zip file or clone the repository onto your local workstation:
- Open index.html through Internet browser.
The repository contains the folders as the follow
- The css folder contains a style.css file.
- The images folder contains the png image files, which are used when displaying the game.
- The js folder also contains the app engine needed to run the game and a resources.js file.
- index.html - opening index.html should load the game.
- README.md contain instructions on how to load and play the game.