Frogger Arcade Game

Summary

Frogger Arcade is a clone of the classic Frogger arcade game.

Objectives

Get the hero character to move towards the water without getting hit by the enemy. The user's score increases by one if he reach the water, decrease by one if he get hit by the bugs. Every 3 point the game become more difficult, with more enemy that moves at variable speed.

Movement and Controls

Up/right/left/down arrow keys or w/s/a/d on the keyboard.

Links to GitHub Repository (Master Branch)

Installation

To run the application:

  1. Download the GitHub zip file or clone the repository onto your local workstation:
  2. Open a browser window and navigate to the index.html file in your application's directory.