Phaser Plus
Set of open source utilities and tools built on top of PhaserJS
Phaser Plus: 0.x / Phaser: 3.52.2
Getting startedCreate your first project
npx @phaser-plus/cli init my-awesome-game
Features
Game flow
Separate your game logic into game events and chain them using game flow API.
Perspective 2D
Create a linearly transformed grid and place your scene objects on it easily. Good for isometric games.
Features
Easily reuse features from one game to another using the Feature API.
Debug
Inspect game objects, change properties, or fire game events while testing the game.