This is a project from the Udacity Front-End Web Developer nanodegree. This project creates a simple clone of the classic arcade game called Frogger. This project highlights the HTML5 canvas and OO design in javascript.
You can load the game in two ways:
- From this GitHub repo - Click here to open the game.
- Download repo locally - You can either download a zip file from the repo or you can clone the repo onto your local machine. Once downloaded on your local machine, you can open the index.html file that is in the root directory of the repo, with a browser (i.e. Chrome, Firefox).
Use the arrow keys to move the player across the board. You have 3 lives. Every time a bug hits you, you lose a life. After you lose 3 lives, you lose the game. If you make it to the water, you get points based on the level of the game. Each level will increase the difficulty of the game.
This project is licensed under the terms of the MIT license.
Copyright (c) 2018 Brett Schwarz