https://github.com/kalevski/phaser-plus
🐠 Extensions to make PhaserJS more awesome
https://github.com/kalevski/phaser-plus
javascript phaser phaser-plugins phaser-plus phaser3 phaser3-parcel phaser3-plugin
Last synced: 3 months ago
JSON representation
🐠 Extensions to make PhaserJS more awesome
- Host: GitHub
- URL: https://github.com/kalevski/phaser-plus
- Owner: kalevski
- License: mit
- Created: 2023-01-03T09:39:02.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-09T02:09:17.000Z (almost 2 years ago)
- Last Synced: 2025-01-16T06:59:40.607Z (3 months ago)
- Topics: javascript, phaser, phaser-plugins, phaser-plus, phaser3, phaser3-parcel, phaser3-plugin
- Language: JavaScript
- Homepage: https://phaser-plus.kalevski.dev/
- Size: 3.86 MB
- Stars: 15
- Watchers: 2
- Forks: 2
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# Phaser Plus
[](https://phaser-plus.kalevski.dev/)
[](https://phaser-plus.kalevski.dev/)[](https://github.com/kalevski/phaser-plus/blob/main/LICENSE)
[](https://phaser-plus.kalevski.dev/docs/intro)
[](https://phaser-plus.kalevski.dev/)
[](https://phaser-plus.kalevski.dev/examples/)Phaser Plus is a set of utilities and tools in the form of [free and open-source (FOSS)](https://en.wikipedia.org/wiki/Free_and_open-source_software) libraries that provide solutions for common problems related to game development using [Phaser framework](https://phaser.io).
[Phaser](https://phaser.io). is a free and open source software developed and owned by [Richard Davey](https://github.com/photonstorm). You can visit their [funding page](https://www.patreon.com/join/photonstorm) 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](https://github.com/kalevski/phaser-plus/issues) or [start a discussion](https://github.com/kalevski/phaser-plus/discussions) on GitHub.
### 🚀 Getting started
```js
npx @phaser-plus/cli init my-awesome-game
cd my-awesome-game
npm install
npm start
```### 📦 Packages
- [@phaser-plus/cli](https://github.com/kalevski/phaser-plus/tree/main/cli)
- [@phaser-plus/core](https://github.com/kalevski/phaser-plus/tree/main/core)
- [@phaser-plus/debugger](https://github.com/kalevski/phaser-plus/tree/main/debugger)
- [@phaser-plus/perspective2d](https://github.com/kalevski/phaser-plus/tree/main/perspective2d)### 🚀 Run examples locally
1. Clone the project `git clone [email protected]: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](https://github.com/kalevski/phaser-plus/blob/main/LICENSE)