Skip to content

Couchfriends/html5-bombergirl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 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. Download dependencies via Bower: bower install

License

The game soundtrack (composed by me) and the source code is licensed under Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License. CC BY-NC-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

Languages

  • JavaScript 96.2%
  • HTML 3.1%
  • CSS 0.7%