Arcade Game Project
===============================
This Game demonstrates the use of Obeject Oriented Javascript
Game Functionality
In this game you have a Player and Enemies (Bugs). The goal of the player is to reach the water, without colliding into any one of the enemies. The player can move left, right, up and down. The enemies move in varying speeds on the paved block portion of the scene. Once a the player collides with an enemy, the game is reset and the player moves back to the start square. Once the player reaches the water the game is won.
How To Play?
run the index.html on the browser
Game instructions:
- to move left:press the left key
⬅️ - to move right: press the right key
➡️ - to move up: press the up key
⬆️ - to move down: press the down key
⬇️
Press here to start play the game.