Project Details: With art assets and game engine provided, I implemented the Player and the Enemy classes, using Object-Oriented JavaScript inside the app.js file.
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.
- Download the Arcade Game file folder from here
- Open the html file on your browser
- Now you can run the game!
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.