Skip to content

gus27/frontend-nanodegree-arcade-game

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go Surfin'

A frogger clone for the frontend-nanodegree-arcade-game project.

Installation

Extract the contents of the zip file and open the containing index.html in your browser.

You can try it live here.

Playing the game

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.

Choosing a character

Before starting the game you can choose a character at the start screen. Simply press the [left] and [right] arrow keys.

Start the game

From the start screen simply press the [space] key to start the game.

Moving the player

You can move the player using the [left], [right], [up] and [down] arrow keys.

Scoring

  • Every time reaching the water you gain 1,000 points.
  • If you collide with an enemy you loose 100 points.

Quit the game

By pressing the q key you can quit the running game and enter the start screen again.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 96.5%
  • HTML 2.2%
  • CSS 1.3%