Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 947 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 947 Bytes

Classic Arcade Game Clone Project

Sixth project from the Front-End Web Developer Nanodegree in Udacity: recreated the classic arcade game Frogger with Object-Oriented JavaScript and HTML5 Canvas.

How to run the game

Download the repository in your desktop, unzip it and open the "index.html" file in your browser to play the game.

Rules of the game

  1. To play the game, use the arrow keys from your keyboard. Hold the key down to move your player up, right, down and left.
  2. Select a player and a difficulty.
  3. Hit the Start button.
  4. Reach the boat!!
  5. Avoid the bugs and do not fall into the water!
  6. Grab some stars before the bugs and win extra points!

Ressources

  1. Sounds from the website soundbible.
  2. Art assets and game engine from udacity repository.