A twist on the classic Frogger arcade game.
-
Obtain the game by downloading or cloning its GitHub repository.
$ git clone https://github.com/SegFault0x0/frontend-nanodegree-arcade-game.git
-
Navigate to the downloaded folder either by using a file browser or via the command line.
-
Open the
index.html
file in a web browser. The game will start as soon as the page loads.
Use the arrow keys to move the player up, down, left and right while moving towards the river without getting hit by one of the ladybugs. Once the player reaches the river, the game is won.