Skip to content

freezedev/chione

Repository files navigation

Chione

Build Status Dependency Status devDependency Status

Rapid prototyping game framework for CoffeeScript

Features:

  • Small (< 5kb, minified and gzipped)
  • Taggable components and entities
  • Based on Pixi.js

Getting started

Chione is available on Bower using bower install chione.

What does it look like?

Game ->
  @scene ->
    @entity ->
      @assetFromFile 'test.png'
      @x = 5
      @y = 10
      
  @run()

Bitdeli Badge

About

Rapid prototyping game framework for CoffeeScript

Resources

License

Stars

Watchers

Forks

Packages

No packages published