Skip to content

Latest commit

 

History

History
executable file
·
12 lines (9 loc) · 794 Bytes

README.md

File metadata and controls

executable file
·
12 lines (9 loc) · 794 Bytes

frontend-nanodegree-arcade-game

Play the game on http://marboro92.github.io/Frogger or download the gh-pages branch files and open index.html to open the game. Play using your up, down, right left arrow keys to move the player while avoiding the bugs. Try to get your player across the board to the water without colliding with any bugs. If your player crashes into a bug you will have to start again!

App.js has been modified from the original repo to add functionality to the game.

The following resources were used in the making of this game: http://jlongster.com/Making-Sprite-based-Games-with-Canvas https://developer.mozilla.org/en-US/docs/Games/Techniques/2D_collision_detection http://wiki.starling-framework.org/tutorials/basic_collision_detection