Skip to content

Project 4 of Udacity Front-End Web Developer Nanodegree. Recreate the classic arcade game Frogger.

Notifications You must be signed in to change notification settings

daniele-sforza/arcade-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Classic Arcade Game Clone

Instructions

In this game you have a Player and Enemies (Bugs). The goal of the player is to reach the water, without colliding into any one of the enemies. The player can move left, right, up and down. The enemies move in varying speeds on the paved block portion of the scene. Once a the player collides with an enemy, the game is reset and the player moves back to the start square. Once the player reaches the water the game is won.

At the beginning of the game you can select a character to play with, using left and right arrow keys of the keyboard.

You move the player left, right, up and down with arrow keys of the keyboard.


Scores

Every time the player reaches the water the Wins counter is incremented by 1.

3 type of gems appearing randomly can be collected during the game:

  • Green gem gives you 10 points
  • Blue gem gives you 30 points
  • Orange gem gives you 60 points

The player has 3 lives. Every time he collides with an enemy a life is lost.

When all lives are lost the game ends with a dialog showing the score.


Requirements

This game works in all modern browsers and it must be played with a keyboard.

An internet connection is required to load Bootstrap library.

Open index.html to run.

About

Project 4 of Udacity Front-End Web Developer Nanodegree. Recreate the classic arcade game Frogger.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published