playhouse

3.0.0 • Public • Published

Playhouse

The aim of this framework is to be a quick and simple game framework to get going on your projects. It provides most common features used for game development: preloading, background music, input, saving data, timers, and some math helpers to name a few.

It is built with the CreateJS suite in mind. The suite isn't included however, that is on your end. It was developed with CreateJS 1.x.x.

Documentation

Run the command npm run docs for this module and it will create a folder docs which you can navigate to.

License

MIT License

notes to developer when updating:
npm run build
npm version [major|minor|patch]
[commit and push to repo]
git push --tags origin es6
npm publish --access public

Package Sidebar

Install

npm i playhouse

Weekly Downloads

0

Version

3.0.0

License

MIT

Unpacked Size

160 kB

Total Files

37

Last publish

Collaborators

  • gregmax17