An arcade game inspired by "Frogger". The goal of this game is to reach to the top of the screen without getting hit by the passing enemies. This is a project made for the Udacity Front End developer Nanodegree program.
To run the game you can either:
- Clone this repo on your local machine and open the index.html file to start playing
or
- Go to arcade-game to find the online version
You need a desktop pc with an updated browser which allows Javascript, a keyboard and a mouse.
To install the game on your local machine you can:
- Click "Clone or download" button and copy the git url
- In your git command-line use the
git clone
command
or
- Click "Clone or download" button and select "Download ZIP"
- Unzip the downloaded file
At the start screen select your players character and press the PLAY button
When the game starts you can use your keyboards arrows to move the player across the field
The player starts with three lives and loses one each time that get hit by an enemy
At random times extra life and gems will appear in the game, each with different bonus for the player
The game ends when there are no lives left for the player
- HTML5
- CSS3
- ES6
Udacity team - Starter Code
John Mantas - Completed project
This project is licensed under the MIT License - see the LICENSE.md file for details.
- Starter code from Udacity github
- Valuable help from my mentor Ayush
- Randomize function from MDN