frontend-nanodegree-arcade-game
This is a clone of the classic arcade game frogger.
I completed this project for Udacity's Front-End Developer Nanodegree.
Feel free to review the code or to play it! To start playing the game click here
Game Controls:
Use the arrow keys to move the character up, down, right and left. Once you reach the water you win and the game will be reset.
Resources used to complete this project:
- Object-Oriented JavaScript: https://www.udacity.com/course/viewer#!/c-ud015-nd/l-2593668697/m-3479768789
- HTML5 Canvas: https://www.udacity.com/course/viewer#!/c-ud292-nd/l-3163218691/m-3169968819
- Object-Oriented JavaScript Workshop @ treehouse: https://teamtreehouse.com/library/programming-stepbystep-objectoriented-javascript-part-1
- Other Students work to see how they did it: https://github.com/gmultani12/Project-3-Arcade-Game, https://github.com/Francis-Baklinski/Project-3