Skip to content

alisktl/frontend-nanodegree-arcade-game

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

frontend-nanodegree-arcade-game

This is my version of a frogger-like arcade game for project 3 of the [Udacity Front-End Web Developer Nanodegree] (https://www.udacity.com/course/nd001).

This project provided experience with object-oriented Javascript and the HTML5 Canvas.

How to Start Game

  1. Install Python
  2. Clone this repository using command git clone https://github.com/alisktl/frontend-nanodegree-arcade-game.git
  3. Using terminal, go to project's home directory
  4. Start a Static Server using Python's SimpleHTTPServer. Type in terminal python -m SimpleHTTPServer
  5. Now open a browser and type the address http://localhost:8000
  6. Enjoy the game

How to Play

  1. Use arrow keys to control our hero
  2. Try to avoid enemies. If enemy touches you, enemy will take 30 points from you
  3. Try to take gems. If you take gem, you will be given 10 points
  4. When you reach the river, you will be given 50 points

Associated Udacity courses include:

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.8%
  • HTML 2.0%
  • CSS 0.2%