This is a desktop version of the Classic Arcade Game.
To play the game, visit the demo page.
If you want to explore the code and try it locally,
Clone the repo from here: (https://github.com/jdelia/udacity-frontend-nanodegree-arcade-game)
Run index.html in your browser on a local server.
Enjoy!
To play the game, use the arrow keys on your keyboard to move the player, up, down, left and right.
The goal is to reach the water without colliding with any of the bugs moving across the screen.
If you collide, the player is reset back to the starting position.
The player has three lives (chances) to make it across.
Each time you play the game, the speed is randomly generated a bit to make it a little more fun.
Good luck!