Phaser Plus is a set of utilities and tools in the form of free and open-source (FOSS) libraries that provide solutions for common problems related to game development using Phaser framework.
Phaser. is a free and open source software developed and owned by Richard Davey. You can visit their funding page and help them to make Phaser even better.
Currently, phaser-plus is in the early stages of development. If you encounter any problems while setting up a project, please open an issue or start a discussion on GitHub.
npx @phaser-plus/cli init my-awesome-game
cd my-awesome-game
npm install
npm start
- Clone the project
git clone git@github.com:kalevski/phaser-plus.git
- Install dependencies
npm install
- Run examples:
npm run dev -w @phaser-plus/examples
The project is licensed under MIT License