Skip to content

Cherenetse/frontend-nanodegree-arcade-game

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Frogger Arcade Game

objective of the game

objective of the game is to to reach to the water safely with out eaten by the enemies

Movement and Controls

Users move the player by using the main up/right/left/down arrow keys on their keyboard.

You can also select the players from the list of characters.

Installation

To run the application:

  1. Download the GitHub zip file or clone the repository onto your local workstation:

  2. Open a browser window and navigate to the index.html file in your application's directory and enjoy the game.

Tools / Techniques

  • Object-Oriented JavaScript
  • constructor functions to create multiple Enemy instances
  • HTML5 Canvas
  • displaying multiple entities randomly (like the number of enemies)

Bugs

-Unable to Increase the score when the player and Gems Collide

List of Resources

-[http://www.lostdecadegames.com/how-to-make-a-simple-html5-canvas-game/] -[http://jdstraughan.com/] -[http://stackoverflow.com/ -[http://www.cambiaresearch.com/articles/15/javascript-char-codes-key-codes/] -[http://www.w3schools.com/Tags/ref_canvas.asp] -[http://benalman.com/news/2010/11/immediately-invoked-function-expression/]

Project Requirements

How do I complete this project?

To complete the project students must meet the minimum of requirement according to the ruberic.

https://www.udacity.com/course/viewer#!/c-ud015/l-3072058665/m-3072588797/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.3%
  • HTML 2.2%
  • CSS 0.5%