Phaser v3.50.0 Beta 7 "Subaru"

This is a beta release of Phaser. Please only use it if you wish to help test any issues you find.

Phaser v3.50.0 Beta 7 "Subaru" was released on 1st October 2020.

This release is 23 versions behind the latest release.

Download

To download Phaser v3.50.0 Beta 7 "Subaru" use the links below:

Note: Phaser is a JavaScript library. It is not a program you run. It is a file you include in your JavaScript code. Please read the Getting Started Guide for more details.

npm

This version of Phaser is available on npm. Install via:

npm install [email protected]

Also, see our create game app for a quick way to get started with Phaser and a bundler.

CDN

Phaser is available on the jsDelivr and cdnjs CDNs. Copy one of the following lines to your html:

//  Un-minified
https://cdnjs.cloudflare.com/ajax/libs/phaser/3.50.0-beta.7/phaser.js
https://cdn.jsdelivr.net/npm/[email protected]/dist/phaser.js

//  Minified
https://cdnjs.cloudflare.com/ajax/libs/phaser/3.50.0-beta.7/phaser.min.js
https://cdn.jsdelivr.net/npm/[email protected]/dist/phaser.min.js

GitHub

View the GitHub Release Page for this version.

Browse the Phaser v3.50.0 Beta 7 "Subaru" GitHub repository as it existed on 1st October 2020.

Create Game App

Our interactive installer app is now available. Run from the command-line, this is the easiest way to get started with Phaser and includes example games, bundlers such as Vite and support for all popular web frameworks including React, Vue and Next.js.