###Classic Arcade Game Clone### for Udacity Front End Web Developer Nanodegree
This project recreates a classic Frogger-like Arcade Game with HTML5 Canvas and Object-oriented Javascript. RequireJS simplifies object dependencies and encapsulates functionality of the entities.
The bugs are invading Littletown! Can you complete all the levels and get a high score? Can you add your own level or a new entity?
- Clone the project on your desktop
mkdir arcade-game
git clone git@github.com:sterlingrobot/arcade-game.git arcade-game
cd arcade-game
- Install the dependencies
npm install
bower install
- Open index.html with your favorite local development server
- Follow the instructions onscreen
- Use your keyboard to navigate
- Most importantly, avoid the bugs!
- Tip: Water is good in Level 1, but you'll need a raft in the next levels so you don't drown!
See the completed project at http://sterlingrobot.github.io/arcade-game