This repository will store all my games developed using the PhaserJS javascript game framework.
- Download npm
- Download the create-phaser-game app
- Execute the npm create @phaserjs/game@latest command to create a new directory
- Enter the new directory and install dependencies with npm install (or ci)
- Launch the dev environment with npm run dev
- Get fun!