Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 574 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 574 Bytes

Frogger-JavaScript-Game

Frogger is a javascript arcade game for browser. In this game you have a Player and Enemies (Bugs). The goal of the player is to reach the water, without colliding into any one of the enemies. The player can move left, right, up and down. The enemies move in varying speeds on the paved block portion of the scene. Once a the player collides with an enemy, the game is reset and the player moves back to the start square. Once the player reaches at certain point the game is won.

Here is the link to play this game - http://bit.ly/Frogger-JS-Game