Skip to content

Latest commit

History

History
executable file
27 lines (19 loc) 路 789 Bytes

README.md

File metadata and controls

executable file
27 lines (19 loc) 路 789 Bytes

Classic Arcade Game Project

This is a arcade game based on the classic game, Frogger. The game is implemented using vanilla Javascript and Canvas (HTML5).

Game Screenshot

Table of Contents

Instructions

Game Rules

  • To win, get your character to the river
  • If you get hit by one of the ladybugs, you return to the start

Development

To setup the app for development on your local machine, please follow the instructions below:

  1. Clone the repo to your machine
git clone https://github.com/bilafish/frogger-game.git
  1. Edit the Javascript code in folder js