Skip to main content

Phaser Plus

Set of open source utilities and tools built on top of PhaserJS

Phaser Plus: 0.x / Phaser: 3.52.2

Getting started

Create your first project

npx @phaser-plus/cli init my-awesome-game

Features

Phaser+ game flow

Game flow

Separate your game logic into game events and chain them using game flow API.

Phaser+ Perspective2D

Perspective 2D

Create a linearly transformed grid and place your scene objects on it easily. Good for isometric games.

Phaser+ Features

Features

Easily reuse features from one game to another using the Feature API.

Phaser+ game flow

Debug

Inspect game objects, change properties, or fire game events while testing the game.