Skip to content
This repository was archived by the owner on Jun 7, 2018. It is now read-only.

Latest commit

 

History

History
20 lines (16 loc) · 1.36 KB

File metadata and controls

20 lines (16 loc) · 1.36 KB

Classic Arcade Game Clone

How it works

This Frogger clone runs on plain javascript. Engine.js is the game loop that continually renders the objects. Resources.js is the image loading utility that also caches images for performance purposes. App.js contains the game logic and instantiates the objects (enemies and player).

How to play

Download the repo to your desktop and open the index.html file in your browser. Use your keyboard directional arrows to move around the board and reach the water.

Game highlights

  • Gain points every time you reach the water.
  • Lose points every time you hit a bug.

Credits