This is a arcade game based on the classic game, Frogger. The game is implemented using vanilla Javascript and Canvas (HTML5).
- To play, just open index.html in your browser.
- To win, get your character to the river
- If you get hit by one of the ladybugs, you return to the start
To setup the app for development on your local machine, please follow the instructions below:
- Clone the repo to your machine
git clone https://github.com/bilafish/frogger-game.git
- Edit the Javascript code in folder js