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.
-
Run Game: To run game simply open index.html file in a web browser such as Google Chrome.
-
Play Game: Move the hero character by using the main up/right/left/down arrow keys on their keyboard to move hero across to the top of the screen without enemies colliding with you. The score and difficulty level increases as you progress.