Pre-built files of wise9/enchant.js.
v0.8.3
- enchant.js
- enchant.min.js (compressed)
- Download Zip
- English
- Deutsch (German)
- Japanese
- See also enchantjs.com
- Compact
- Standalone
- Graphics Object Tree
- Event Driven
- Chrome
- Safari
- Firefox
- IE9
- iOS
- Android 2.1+
MIT License
<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