Skip to content

AcademicsProject/BoomBoomBomber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published