Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 756 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 756 Bytes

Front-End Nanodegree Arcade Game (Frogger)

This is a clone of the game Frogger coded using object-oriented JavaScript and a built-in game engine.

Getting Started

You can play the game here. To run this game locally, clone or download the game using this link and run index.html on any browser. You must have arrow keys on your device to play.

How to Play

Your goal is to reach the water while avoiding the bugs moving across the road. You use the arrow keys to control the player. Reaching the water will score you points, but colliding into a bug will reset the score and send the player back to the start.