/phaser3-typescript-template

Basically the Phaser3 Tutorial in Typescript.

Primary LanguageTypeScript

This is basically the Phaser3 Tutorial in Typescript. The following commands are available:

npm run build - Simply build the project to ./dist folder
npm run watch - Build and watch for changes
npm start - Build and start a small dev server to play the game
npm run dev - Build and watch for changes, also start a dev server to play the game