DuckJS
A tiny Javascript 2D game engine using .
Installation
DuckJS is meant to be used with Browserify, so install with npm:
npm install duckjs
Tern Support
The source files are all decorated with JSDoc3-style
annotations that work great with the Tern code inference
system. Combined with the Node plugin (see this project's .tern-project
file), you can have intelligent autocomplete for methods in this library.
Testing
Testing is done with Tape and can be run
with the command npm test
.
Automated CI cross-browser testing is provided by Testling.
License
Copyright 2014 Brandon Valosek
DuckJS is released under the MIT license.