enchant.js
December 28, 2015 ยท View on GitHub
Pre-built files of wise9/enchant.js.
Download
v0.8.3
- enchant.js
- enchant.min.js (compressed)
- Download Zip
Documentation
- English
- Deutsch (German)
- Japanese
- See also enchantjs.com
Design
- Compact
- Standalone
- Graphics Object Tree
- Event Driven
Platform
- Chrome
- Safari
- Firefox
- IE9
- iOS
- Android 2.1+
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
