Skip to content

MattSkala/html5-bombergirl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HTML5 Bombergirl

Bombergirl 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.

Developed after participating in HTML5 Game Development (CS255) online class on Udacity.com.

HTML5 Bombergirl

Demo: http://bombergirl.matousskala.cz

Installation

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

License

The source code is licensed under MIT License. The game soundtrack is licensed under Creative Commons Attribution-ShareAlike 4.0 International License. CC BY-SA.

Credits

Tile Art Batch by Hyptosis
Alternate LPC Character Sprites by George
One More LPC Alternate Character by Radomir Dopieralski
Explosion Sound Effect by Adrian Gallant

Releases

No releases published

Packages

No packages published