Skip to content

Ciriak/ld47

Repository files navigation

Phaser 3 Typescript Boilerplate

Example of Phaser 3 running with typescript, Webpack

Maintainability code style: prettier

Install

npm install
  • Clone or download this repo

  • Install the dependencies

  • Create an amazing game !

Developing

npm start

This will launch a Webserver on https://localhost:8080 and watch for changes

Informations

The main game script is :

/src/app.ts

The main Scene (used for the demo) is :

/src/scripts/scenes/MainScene.ts

Links