Skip to content

kalevski/phaser-plus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

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