===============================
This code is the result I achieved for Udacity Front-End Web Developer Nanodegree - Project 3: Classic Arcade Game Clone.
This code has been reviewed by me. According to me, based on the rubric used by the Udacity reviewer, this code at least meets specifications on all the criteria.
The reference that has been of great help to me was the JavaScript documentation at the Mozilla Developer Network.
The player starts at the bottom of the board. The user has to move the player to the top of the board, over the road into the water, while avoiding enemies crossing the road. When the player succeeds, or when the player has been hit by one of the enemies, the game will be reset to the initial state.
- The player can be moved with the arrow keys
- if the player reach water he win point
To run the application:
- Download the GitHub zip file or clone the repository onto your local workstation:
- zip file https://github.com/A-Allam/frontend-nanodegree-arcade-game/archive/master.zip
- git clone [email protected]:A-Allam/frontend-nanodegree-arcade-game.git/
- Open a browser window and navigate to the index.html file in your application's directory.
Good Luck!