Welcome! This is one of the final projects for Udacity's Frontend Developer Nanodegree. From a technical perspective, the game showcases the ability to write JavaScript code using an Object Oriented Arquitecture. The game engine was provided, the task was basically to add all the missing pieces, such as the bugs, the player, movement, crash collision logic, and the game win/over logic.
- Download or clone the file to your desktop
- Double click
index.html
or drag it to your browser - OR use the following link
- Enjoy!
The objective is to move the player and reach the water without hitting any of the bugs.
Use the arrow keys up
, down
, left
, or right
to move the player.