Skip to content

afmotta/Udacity-FED-P3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project 3: Arcade Game

This project is part of the Front-end developer nanodegree @ Udacity. I was provided with visual assets and a game loop engine. I decided to slightly tweek the Engine to have more control of it. In the classes.js I defined the class for the game. In the menus.js are defined the various game menus. The maps.js contains the instructions for the Engine on how to render levels and maps. In the app.js are defined the game functions.

Author

Alberto Francesco Motta

How to run the game:

You can play by:

  • visiting the page http://arudan.github.io/Udacity-FED-P3
  • downloading the whole repository and loading the index.html
  • use a Python SimpleHTTPServer (python -m SimpleHTTPServer 8000) and visit the url localhost:8000

How to play

  • Follow on screen instructions.
  • Use the arrow keys to move the player.
  • Avoid enemies and obstacles.
  • Try to reach the water to finish the level.
  • Collect items to score more points.
  • Enjoy yourself.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published