a classic, fun rendition of the original, "Frogger".
This novice project is a part of a student submission in the Udacity Front-End Nanodegree Program. I converted provided files from a static project to an animated games by editing the HTML, CSS, and JavaScript files. It was intentional to complete this project using vanilla Javascript only.
To get started, open the index.html
to view the existing game functionality.
The object of the game is to reach the river without being hitting any of the enemy bugs. Using the directional keys on a keyboard to move the player across the playing area. If you are hit, you will be placed back to the starting position. Once, you've won the game, click the Replay button to play again.
This project has the following dependencies:
- Google Fonts - Font library
- MDN Web Docs for 2D collision detection
Feedback is very much welcome, please submit a pull request or contact me with questions. Thanks for taking a look at this project.
- Udacity & Google for this opportunity
- Udacity FEND Program Staff
- @MatthewCranford's blog