Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 2.43 KB

README.md

File metadata and controls

41 lines (29 loc) · 2.43 KB

Phaser Plus

forthebadge forthebadge

GitHub Read docs Visit website Check examples

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.

phaser plus

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.

🚀 Getting started

npx @phaser-plus/cli init my-awesome-game
cd my-awesome-game
npm install
npm start

📦 Packages

🚀 Run examples locally

  1. Clone the project git clone git@github.com:kalevski/phaser-plus.git
  2. Install dependencies npm install
  3. Run examples: npm run dev -w @phaser-plus/examples

License

The project is licensed under MIT License