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.
Demo: http://bombergirl.matousskala.cz
- Clone this repository:
git clone https://github.com/MattSkala/html5-bombergirl.git
cd html5-bombergirl
- Make sure you have
bower
andsimplehttpserver
installed:npm install -g bower simplehttpserver
- Download dependencies:
bower install
- Run the HTTP server:
simplehttpserver
- Launch http://127.0.0.1:8000
The source code is licensed under MIT License. The game soundtrack is licensed under Creative Commons Attribution-ShareAlike 4.0 International License. .
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