spritewerk

0.2.0 • Public • Published

spritewerk

Build Status

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

Package Sidebar

Install

npm i spritewerk

Weekly Downloads

0

Version

0.2.0

License

ISC

Last publish

Collaborators

  • bildepunkt