Skip to content

Latest commit

 

History

History
executable file
·
20 lines (12 loc) · 831 Bytes

README.md

File metadata and controls

executable file
·
20 lines (12 loc) · 831 Bytes

Arcade Game(BUGS VS BUGS)

Techniques used

  • Javascript
  • Html
  • CSS
  • object-oriented programming features within JavaScript.
  • Create animations.

Project Overview

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 run

Click here to play game then use the left,right,up and down key to move the respective places and reach water without colliding the GOOD bugs with the BAD ones.