nylira-2d-boilerplate
v0.3.0
Published
Boilerplate for a 2D web game, using PIXI.js
Readme
nylira-2d-boilerplate
Boilerplate for a 2D web game, using PIXI.js
Set it up
npm install
make
node server.js
// visit http://localhost:1337 in your browserEditing
Edit JS:
vi ./pub/js/app.jsEdit CSS:
vi ./src/stylesheets/screen.stylWatching for changes
Watch for JavaScript changes:
make wjsWatch for CSS changes:
make wcssBuilding for production
makeCheck out the Makefile for other commands and customization.
License
MIT
