Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 700 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 700 Bytes

Object Oriented JavaScript Arcade Game

See demo at https://frogger-clone-rt.herokuapp.com, the demo is hosted on a free plan so you will need to refresh after visiting once to wake the app up :)

Frogger Style Arcade Game Clone

Game Description

Just like frogger, the objective is to get the player safely to the water without hitting any enemy bugs.

How to Play

Use the up, down, left, or right arrows to move the player. Don't hit any bugs!

Launching the Game

Download/clone the git repo and open the index.html file with your browser.

Code Information

Built with Object Oriented JavaScript, see the code in js/app.js.

Dependencies

  1. JavaScript enabled web browser