Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 1021 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 1021 Bytes

Arcade Game Clone

Created for the Udacity Front End NanoDegree Program

About This Game

This is a mimic of the old Frogger game. You are trying to cross a busy roadway and have to avoid incoming obstacles. This game is programmed with several different levels. Every time you get across the road safely, the obstacles will begin to move quicker, thus making the game harder.

How to Play

Play Online!

Or Download and Play Offline

  1. Download all game files
  2. Open index.html in your browser
  3. Use your arrow keys to get the player to the water
  4. Don't run into a bug! That will restart the game!

Sources

About

This game was created to show skills in Object Oriented JavaScript for the Udacity Front End Nanodegree Program.