Skip to content

Latest commit

 

History

History
executable file
·
18 lines (10 loc) · 861 Bytes

README.md

File metadata and controls

executable file
·
18 lines (10 loc) · 861 Bytes

Classic Arcade Game

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.

Run the Game

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!

How to Play

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.

Enjoy the game!