BUG BEWARE 2D is a classic browser-based online arcade game where the goal of the player (you) is to reach the water, without colliding into any one of the enemies (bugs) while also collecting items such as Pesticide Gems and extra lives!
A long time ago, in an island far, far away...It is a period of war for survival between enemy-bugs and humans. During the battle, a small group of spies managed to steal a secret map to all the 3 Pesticide Gems. Whoever holds all the gems shall possess the power to destroy the entire population of bugs and restore freedom to the island...
Your mission is to find the 3 gems by leveling up and destroy the tyrant bugs once and for all!
- Before each game the player is given three lives.
- The player can move left, right, up and down.
- The enemies move in varying speeds on the paved block portion.
- Once the player reaches the water the score is incremented.
- The player must collect all the 3 Pesticide Gems to win.
- When the number of lives become zero, the game is over.
First, clone this repository by typing the following command on your terminal:
git clone https://github.com/fave77/BUG-BEWARE-2D
Next, navigate to the dist
folder like so:
cd BUG-BEWARE-2D/dist/
Finally, open the index.html
file of the dist
folder on your browser for running this game!
BUG BEWARE 2D is implemented with the help of a modern responsive front-end framework viz. Bootstrap.
This project is part of Udacity's Front-End Web Developer Nanodegree Program
The MIT License 2018 - Priyabrata Biswas.