spritewerk
v0.2.0
Published
A modern, modular, html5 game development library
Downloads
3
Maintainers
Readme
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 spritewerk
or clone with git
git clone https://github.com/bildepunkt/spritewerk.git
or 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-playground
then get webpack to watch changes on playground/main.js
with:
npm run watch-playground
Test
Run Spritewerk's tests with
npm run test
Documentation
Generate Spritewerk's documentation with
npm run doc
requires node >= 4.2.x