Skip to content

jhannwong/udacity-FEND-arcade-game

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started

Start a web server via python3 -m http.server.

Point your browser to localhost:8000.

Playing the game

You control a player entity that starts at the middle of bottom row.

Using keys up, down, left and right, you control the player entity.

The aim is reach the river at the top row, while avoiding the enemy entities (bugs).

Once you reach the river, the game will reset. Upon your feature request, I can add some satisfying effects (maybe scores and more) upon your winning this game.

If you are hit by any enemy, the game will also reset. I could add some pause when this happens, so you see how and where you were hit.

(Please consider helping me find a job along with sending me your feature requests. I'm starving! :-P)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.9%
  • HTML 1.7%
  • Other 0.4%