Run:
npm install
webpack -w
python -m SimpleHTTPServer 8080
Go to http://localhost:8080
to play
A very simple game scene with logic is included to get you started. It includes:
- TiledMapEditor JSON loading
- Custom Coffeescript objects built from Tiled Object layers
- Demo Phaser Post Processing filter applied
- Basic stylus files with autoprefixer as part of the Webpack build
- Pixel perfect scaling configured for pixel art games
- Simple game logic for switches, death, & win conditions
- Tile-based player movement