/Arcade-Game

Primary LanguageJavaScript

Frogger Game

A Udacity Front End Developer project.

Installation

Simply clone the repository and run index.html in a browser of your choice.

How to Play

  • The goal is to help the player reach the water without coming in contact with enemy bugs.
  • Player is controlled with keyboard arrow keys.
  • Reaching the water scores you a point.
  • Colliding with an enemy loses you a point and resets the player's position.
  • Collecting a gem grants 2 points.