/jumpcrate

endless runner prototype

Primary LanguageJavaScript

Phaser 3 skeleton project, based on snowbillr's tutorial. Clone this repo and use it as a skeleton for your next Phaser 3 project.

Features:

  • Webpack dev server
  • Transpilation with Babel
  • Default scene setup
  • Phaser as a separate dependency (chunk)

To do:

  • Option to load Phaser from a CDN

Developing

yarn run webpack-dev-server to run the local development server.

Build

yarn run webpack to build.