STEP 1: CLONE REPOSITORY
STEP 2: OPEN HTML FILE IN BROWSER
STEP 3: PLAY!
STEP 1: USE ARROW KEYS TO MOVE PLAYER
STEP 2: GET ACROSS THE ROAD WITHOUT HITTING ANY ICKY BUGS
STEP 3: REACH THE WATER OR TRY AGAIN
- YOU MAY WANT TO ADD GEMS TO COLLECT WHILE CROSSING THE ROAD *IMAGE FILES INCLUDED
- YOU MAY WANT TO ADD SOUND EFFECTS, VISUAL EFFECT, ETC.
- YOU MAY WANT TO ADD A TIMER
- YOU MAY WANT TO ADD MORE "ENEMIES" OR "PLAYERS" *IMAGE FILES INCLUDED FOR PLAYERS
- YOU MAY WANT TO ADD LIVES *MAYBE USE THE HEART IMAGE
Students should use this rubric for self-checking their submission. Make sure the functions you write are object-oriented - either class functions (like Player and Enemy) or class prototype functions such as Enemy.prototype.checkCollisions, and that the keyword 'this' is used appropriately within your class and class prototype functions to refer to the object the function is called upon. Also be sure that the readme.md file is updated with your instructions on both how to 1. Run and 2. Play your arcade game.
For detailed instructions on how to get started, check out this guide.