Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 1.16 KB

README.md

File metadata and controls

21 lines (14 loc) · 1.16 KB

Frogger Arcade Game

Summary

Frogger Arcade is a variation of the classic Frogger arcade game.

Character Selection

Move the selector with right/left arrow keys and select a character by pressing space.

Goals/Winning

In this game the goal is simple, get the hero character to move across the gray bricks towards the water without getting hit by the enemy bugs. The difficulty of enemy bugs increase with each level and are randomly placed across the gray bricks at the start of each game.

Movement and Controls

Users move the hero character by using the main up/right/left/down arrow keys on their keyboard.

Links to GitHub Repository (Master Branch)

Course

http://udacity.com/course/object-oriented-javascript--ud015/