Home

Awesome

Mibbu

First Javascript Game MicroFramework

Mibbu gives you everything you need for fast prototyping your Javascript game in less than 2.5KB of gzipped code. Games created with Mibbu can be displayed using Canvas or DOM mode (you can change it with one single function, or use feature detection to use DOM where it is no canvas, like in IE family). Mibbu supports also CSS animations in Webkit (blogpost) and in Firefox BETA (5.0).

Documentation

Features of Mibbu

Change Log

2011 08 09 - 0.3.2/nagasaki (5.62 KB, gzip 2.29 KB)

2011 08 07 - 0.3.1/victor (5.91 KB, gzip 2.36 KB) by end3r

2011 06 12 - 0.3/arkansas (5.89 KB, gzip 2.37 KB)

2011 06 12 - 0.2.4/annefrank (5.57 KB, gzip 2.30 KB) by MartinDoms

2011 06 11 - 0.2.3/kamehameha (5.42 KB, gzip 2.12 KB)

2011 06 05 - v0.2.2/blackwater (5.43 KB, gzip 2.12 KB)

2011 06 04 - v0.2.1/birthdayAfterparty (5.46 KB, gzip 2.12 KB)

2011 05 23 - v0.2/suiko (5.54 KB, gzip 2.13 KB) [blogpost]

2011 05 19 - v0.1.2/guanabhadra (4.36 KB, gzip: 1.81 KB)

2011 05 09 - v0.1.1/atilla (4.45 KB, gzip: 1.83 KB)

2011 05 05 - v0.1/odoacer (4.35 KB, gzip: 1.81 KB)


License

####The MIT License####

Copyright (c) 2011 Michal Budzynski. All rights reserved.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.