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

garabedium/arcade

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Frogger clone built with javascript.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published