/phaser-es6-platformer-base-code

es6 version of https://github.com/dollarone/phaser-platformer-boilerplate

Primary LanguageJavaScript

Phaser using ES6 and webpack - base code project

Includes tiled init and basic player platformer controls

r to restart (best feature)

Getting started

npm install npm start # for dev with live-reload via browsersync npm run production # builds a minified version to /build

Originally forked from https://github.com/belohlavek/phaser-es6-boilerplate