Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 937 Bytes

File metadata and controls

16 lines (12 loc) · 937 Bytes

BOOM BOOM BOMBER

Boom Boom Bomber is a remake of a classic game known as Bomberman. You can play alone against the AI bots, but it also supports multiplayer, so you can play with your friend on the same computer.

The game is written entirely in JavaScript with help of EaselJS library which makes working with canvas element easy.

I've chosen this library because it is supported by Adobe and Microsoft and even Google has used it while creating Find your way to Oz Chrome experiment.

Installation

  1. Clone this repository: git clone https://github.com/AcademicsProject/BoomBoomBomber.git
  2. Make sure you have bower and simplehttpserver installed: npm install -g bower simplehttpserver
  3. Download dependencies: bower install
  4. Run the HTTP server: simplehttpserver
  5. Launch http://127.0.0.1:8000