Skip to content

dollarone/phaser-es6-platformer-base-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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