Home

Awesome

enchant.js

Pre-built files of wise9/enchant.js.

<img src="https://raw.githubusercontent.com/wise9/enchant.js/master/enchant.png" width="320" height="320">

Build Status

Download

v0.8.3

Documentation

Design

Platform

License

MIT License

Usage

<script src='./enchant.js'></script>
<script>
    enchant();
    window.onload = function(){
        var game = new Game(320, 320);

        var label = new Label('Hello, enchant.js!');
        game.rootScene.addChild(label);

        game.start();
    }
</script>

More examples and references: enchantjs.com