Third project from https://www.udacity.com Front-End Web Developer Nanodegree program.
You will be provided with visual assets and a game loop engine; using these tools you must add a number of entities to the game including the player characters and enemies to recreate the classic arcade game Frogger.
- Object-Oriented JavaScript
- HTML5 Canvas
You can view the site live here.
Or:
- Download the source code to your computer
cd
to the folder of the game- Run command
python -m SimpleHTTPServer
- Open localhost
http://0.0.0.0:8000/
on your browser