Skip to content

Starter for Phaser 3 with typescript, webpack, and sass

Notifications You must be signed in to change notification settings

Ciriak/phaser3-typescript-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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 http://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