Skip to content

A simple arcade game made powered with HTML5 canvas and developed using Object Oriented JavaScript. The game can keep track of scores and lives of the player which is also updated on the screen using canvas elements.

Notifications You must be signed in to change notification settings

crisner/arcade-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

frontend-nanodegree-arcade-game

This is a game which is an simplified version of the classic arcade game 'Frogger'.

Game controls

  • Press the arrow keys to move the player
  • The player has to safely cross over to the water avoiding the bugs
  • Player loses a life upon contact with the bugs
  • Player has a total of three lives
  • Player loses game upon losing all lives
  • Player wins game on reaching the water
  • Player can restart the game anytime during the game or after completing current game by clicking on the restart text at the bottom of the screen
  • Player can keep track of lives remaining from the number of red hearts on the bottom of the screen

How to get started

  • Clone the repository or download as zip file
  • Open the index.html file in your browser(preferably chrome) to start playing

Tools used

Credit

  • Game assets and game engine provided by Udacity for arcade game project as part of the Front End Nanodegree program.

  • Other code and additional game functions done by self(Renisha Christie).

About

A simple arcade game made powered with HTML5 canvas and developed using Object Oriented JavaScript. The game can keep track of scores and lives of the player which is also updated on the screen using canvas elements.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published