/arcade-game

Udacity Project 3 - Build a clone of the classic game Frogger

Primary LanguageJavaScript

frontend-nanodegree-arcade-game

To run the game:

  1. Download the game folder from https://github.com/gouldbf/frontend-nanodegree-arcade-game.git
  2. Open index.html in your browser

Objective of the game: Move the player through the brick path into the water without colliding into an enemy.

To play the game:

  1. Use arrow keys to move the character up, down, left, or right
  2. If the player moves into an enemy, the game(and the level count) are reset.
  3. After every successful crossing the level increases, along with the number of enemies...
  4. Open the console to view current level and current moves per level.