Rapid prototyping game framework for CoffeeScript
Features:
- Small (< 5kb, minified and gzipped)
- Taggable components and entities
- Based on Pixi.js
Chione is available on Bower using bower install chione
.
Game ->
@scene ->
@entity ->
@assetFromFile 'test.png'
@x = 5
@y = 10
@run()