poltergeist
v0.0.1
Published
HTML5 game module distribution for browserify
Downloads
1
Readme
Poltergeist.js
HTML5 game module distribution for browserify
This is not a framework, this is not a special snowflake, this is just bundled npm modules which make up a good Javascript games boilerplate.
TODO
- [ ] Tests (Jasmine)
COMMANDS
Generate Javascript bundle from poltergeist.js to bundle.js
npm run bundle
Serve index.html with browserified bundle (use this only for developmnet)
npm run beefy
USAGE
In your index.html:
boo = require('./poltergeist.js');
You are set!