Luxizzle / phaser

This is where Phaser 4 is being developed

Home Page:https://phaser.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Phaser 4 - HTML5 Game Framework

Rebooting the Phaser universe from scratch.

Phaser4

Examples can be found in the Phaser 4 Examples repo.

Developer updates can be found on the Phaser Patreon.

Get the latest release from npm:

npm install @phaserjs/phaser --save-dev

Keep updating it. It's changing multiple times per day.

You can find all packages under the @phaserjs organization.

npm development scripts

script action
ts Run TypeScript to check for type errors
lint Run ESLint across the whole src folder in fix mode
build Build all of the Phaser 4 modules
umdbuild Build the Phaser 4 UMD Bundle

VS Code Extensions

If you wish to help with development of Phaser, the following VS Code Extensions are useful:

Admin only npm scripts

script action
testdist Increment version by patch, run a build but do not publish to npm
dist Increment version by patch, run a build then publish to npm
distminor Increment version by minor, run a build then publish to npm
distmajor Increment version by major, run a build then publish to npm

About

This is where Phaser 4 is being developed

https://phaser.io

License:MIT License


Languages

Language:TypeScript 98.5%Language:JavaScript 1.5%