Skip to content

Udacity Front End Nanodegree Project 3: A 2D game using Request Animation Frame API

Notifications You must be signed in to change notification settings

jordanch/frontend-nanodegree-arcade-game

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

frontend-nanodegree-arcade-game

About

To run this game, you need to open the file "index.html" in your browser.

Once loaded, the game has begun. the objective is to get the player to the water which will score a point. If you get hit by one of the cockaroaches, you lose a point and will return to the starting area. Note that you need to remain on the water for 2s before being awarded a point.

Controls:

You can move your player with the UP, DOWN, LEFT and RIGHT arrow keys. Each keydown will move the player one block in that direction. In other words, once one of the movement keys is pressed, only then will the player move in that direction.

Credits:

All art assets are open source and most of the game's code was developed by Udacity (https://www.udacity.com) as part of the Front-End Web Developer Nanodegree program, specifically project 3.

About

Udacity Front End Nanodegree Project 3: A 2D game using Request Animation Frame API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.7%
  • HTML 2.1%
  • CSS 0.2%