An arcade game like Frogger for Udacity's Front-End Web Developer Nanodegree
https://mggwxyz.github.io/frontend-nanodegree-arcade-game
The purpose of this project was to gain experience using the HTML canvas and building responsive web pages using HTML, CSS, and JavaScript. This project was part of Udacity's Front-End Web Developer Nanodegree.
Clone the git repository into a directory using a bash terminal
git clone https://github.com/mggwxyz/frontend-nanodegree-arcade-game.git
Navigate into the new project directory
cd frontend-nanodegree-arcade-game
Download the project's dependencies
npm install
Once the project has been setup, it can be started up at http://127.0.0.1:8080
npm start
- Use the arrow keys to move the player forward, backwards, left, and right.
- The goal of the game is to get your player to other side of the road as many times as you can without dying.
- If you touch the creepy crawlies, you will lose a life and will be brought back to the beginning side.
- Lose all 5 lives and your game is over.
- Don't worry, though. Just hit
OK
when the game ends and you can continue playing all day.