A simple Frogger clone created for the Udacity Front End Developer Nanodegree.
It is pretty easy, just download all of the Files in this Repository, do them in a Folder and run the index.html with your favorite Browser.
You, the Player, have to reach the Water at the top of the Screen without hitting any Bugs.
You can play with the Arrow keys or with W,S,A,D
There are two little modifications you can use. You can find both in the js/app.js file.
- The Variable
playerSpritecan be used to change the sprite of the Player. - The Variable
numberOfMaxEnemiesOnScreencan be used to change the number on Enemies on the Screen at the same Time.
- Adding a Point System
- Adding a way to do the modifications from above ingame
- Adding Messages for death and winning