The new (and less democratic) Bomberman edition.
If you want to play the game, click this link: (https://salvadorsg.github.io/Bomberyang/)
In this game, you will play as Son Gyon-Sung, a generic asian president. Son has two passions: baseball and missiles. Well, today we are not playing baseball.
The objective of this game is simple: you have to take the control of the whole world. Easy, right?.
To make this possible, you will have some little friends: atomic bombs.
Move across the map and when you run into another country's flag, who you gonna call? 💣
I've spent lots of hours playing bomberman, especially in my bus trips, tht's why I decided to develop a similar game, but updating it to nowadays.
This is the real Bomberman, in case you don't know it.
This game uses the next dependencies:
Name | Link | Description |
---|---|---|
NPM | https://www.npmjs.com/ | Package Manager |
Typescript | https://www.typescriptlang.org/ | Typed programming language |
Parcel | https://parceljs.org/ | Web application bundler |
Lodash | https://lodash.com/ | Provides utility functions |
Luxon | https://moment.github.io/luxon/#/ | To work with times |
Eslint | https://eslint.org/ | Identifies and reports patterns |
To clone and work with the project, just run the these commands:
-
Clone the project
git clone https://github.com/SalvadorSG/Bomberyang.git
-
Move into it
cd Bomberyang
-
Install npm
npm install
-
And run the files
npm run dev