Skip to content

Frogger. A variation on a classic arcade game written in HTLM5 using Javascript and Canvas.

Notifications You must be signed in to change notification settings

sashakolsky/arcade-game

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Frogger - Arcade Game

An implementation of a classic arcade game frogger.

The goal of the game is navigate the player over the field to cross the streets fields with bugs as player's enemies. You can read on the original game here: frogger on wikipedia.

This implementation is done using HTML5 Canvas and javascript animation with requestAnimationFrame.

Game elements:

  • Levels (with each level the number of bugs increases, same as their speed)
  • Time limit (there is a 30 second time limit to finish the level, before a life is lost)
  • Score (each level costs 50 points when completed, plus a point for each second of unused time)
  • Graphics (additional animation added when player completes a level, loses a life, loses all lifes

You can play the game the following link.

About

Frogger. A variation on a classic arcade game written in HTLM5 using Javascript and Canvas.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.3%
  • HTML 1.6%
  • CSS 0.1%