Skip to content

juliusakula/game

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

frontend-nanodegree-arcade-game

play the game here: http://juliusakula.github.io/game/

Arrow Keys to move. Avoid bugs. In case of emergency A & D throw tomatoes, which kill bugs.

Created from a fork of bahalps's fork of the Udacity Frogger game. His version had several of the enemy types you see. I took his version and added more enemys and attacks, and broke the app.js file up into many files to make it more maintainable. It is easier to find the code you are looking for, if its in its own file. Grunt is used to combine all the files into one app.js, and also minifies the app.js file to reduce HTTP request size. Running the grunt command will compile app.js, but it has already been compiled before being committed to this repo, so that the compiled game can be served up on gh-pages.

Students should use this rubric: https://www.udacity.com/course/viewer#!/c-ud015/l-3072058665/m-3072588797

for self-checking their submission.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.6%
  • Other 0.4%