0.2.0 • Published 9 years ago
spritewerk v0.2.0
spritewerk
A modern, modular, html5 game development library
Spritewerk is a lightweight, fun, and easy-to-use solution for producing traditional, console-style games that perform beautifully on any device. The code consists of flexible, generic classes for extending to your own needs, or using right out of the box.
To install
Either install with npm
npm install --save spritewerkor clone with git
git clone https://github.com/bildepunkt/spritewerk.gitor download archive here.
To Use
import classes from ./src as needed.
Playground
Want to play with Spritewerk right away? To set up a bare-bones development environment run
npm run make-playgroundthen get webpack to watch changes on playground/main.js with:
npm run watch-playgroundTest
Run Spritewerk's tests with
npm run testDocumentation
Generate Spritewerk's documentation with
npm run docrequires node >= 4.2.x