An implementation of the arcade game Frogger, built as part of the Udacity front-end web developer nanodegree.
- Clone the repository https://github.com/Eche24/arcade-game-frogger.git
- Open the index.html in your browser
- Use the arrow keys of your computer (UP, DOWN, LEFT, RIGHT) to move the character.
- Ensure your player doesn't collide with the bugs. You loose a life and 50pts on any collison.
This game was built majorly using JavaScript object-oriented programming features.