- A Udacity Front end development Nanodegree project taken as a Google Developer Scholarship.
- A classic Arcade Game.
- The goal of the game is to collect as much gems as player can while avoiding getting hit by bugs (enemies) and reach the sea.
- Sound effects are added to the game in case of win, life lost, and through the whole game play.
- To use the game You should visit Game page: https://islam888.github.io/Frogger-Game/
- You could also run it locally (on your machine) by downloading a zip format using this link https://github.com/Islam888/Frogger-Game/archive/master.zip. Then you will have to unzip it and open
index.html
file from your browser to start game. - Player can move in 4 directions using keyboard arrow buttons.
- Player should avoid getting hit by bugs.
- Player has 3 chances and after that the game is over. The player then is asked if he/she want to play again.
- Player goal is to collect as much gems (earn score) as he/she can before reaching the sea (earn score).
- This project is licensed under the terms of the MIT license.