A simple Phaser 3 starter pack that utilizes -
- Typescript for building the game.
- Parcel for bundling.
- Tslint for linting.
- Prettier for code formatting.
To create a new Phaser 3 project using this template.
git clone https://github.com/vickylance/phaser3-parcel-ts-starter.git my-awesome-game
cd my-awesome-game
yarn
yarn start
To upgrade all installed packages to the latest versions run the below command and then select the packages you want to upgrade using spacebar
and then hit enter to upgrade.
yarn upgrade-interactive --latest
yarn build