Project Introduction: This project is initially created by Udacity. It is designed to practice object-oriented-programming in Javascript by creating game objects(Enemy, Player, Item) and then render or move them on HTML Canvas.
- Download the repository.
- Unzip the files.
- Open the "index.html" in your browser to play the game.
Directly open the follow link and play: https://sahkal.github.io/Arcade-Game--Enemy-Bugger/.
- TARGET: Reach 500 points to win!
- SCORE RULES:
- Reach water: +50 pts
- LIFE RULES: If hit by a bug, lose 1 life. You have a maximum of 3 lives.
PLAYER: Use the keyboard arrows or (W A S D) to move the player
===============================