Skip to content

ermondel/frogger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Frogger

Description

Frogger-like game. 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 (use ←, →, ↑, ↓. on keyboard). 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 the water the game is won.

Features

Random avatar of the player at each new game or after player won.

How to load and play

online

follow this link ermondel.github.io/frogger/

offline

  1. download zip file to your computer
  2. open frogger directory
  3. open index.html file in your favorite browser