A frogger clone for the frontend-nanodegree-arcade-game project.
Extract the contents of the zip file and open the containing index.html
in your browser.
You can try it live here.
Move the player from the lawn area at the bottom to the water at the top but avoid the enemies on it's way. Score as much points as you can.
Before starting the game you can choose a character at the start screen. Simply press the [left]
and [right]
arrow keys.
From the start screen simply press the [space]
key to start the game.
You can move the player using the [left]
, [right]
, [up]
and [down]
arrow keys.
- Every time reaching the water you gain 1,000 points.
- If you collide with an enemy you loose 100 points.
By pressing the q
key you can quit the running game and enter the start screen again.