A game for Ludum Dare 50 built with Phaser 3. Used Phaser 3 TypeScript Starter.
Command | Description |
---|---|
npm install |
Install project dependencies |
npm dev |
Builds project and open web server, watching for changes |
npm build |
Builds code bundle with production settings |
npm serve |
Run a web server to serve built code bundle |