This is the repo for Front-End Web Developer Nanodegree Project 3 by Chris Boon.
You can play online or fork the repo to play on your own machine.
Go to http://chrisboon.github.io/frontend-nanodegree-arcade-game/
Download or fork the repo. You can play the game by opening the 'dist' folder and opening index.html in a web browser.
- Use the arrow keys to move around
- Reaching the river gains a point
- Getting hit by an enemy loses a point
- Enemies get faster the more points you get
- Step off the side of the board to flip round to the back. Use this to avoid enemies, but beware your left and right are reversed, making movement trickier.
Updates to address issues with first submission:
- Added this readme with instructions.
- Updated code to use UPPERCASE for constants as per Udacity Style Guide