Phaser v2.2.0 "Bethal"
Phaser v2.2.0 "Bethal" was released on 3rd December 2014.
This release is 68 versions behind the latest Phaser CE release.
Download
To download Phaser v2.2.0 "Bethal" 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/2.2.0/phaser.js
https://cdn.jsdelivr.net/npm/[email protected]/build/phaser.js
// Minified
https://cdnjs.cloudflare.com/ajax/libs/phaser/2.2.0/phaser.min.js
https://cdn.jsdelivr.net/npm/[email protected]/build/phaser.min.jsGitHub
View the GitHub Release Page for this version.
Browse the Phaser v2.2.0 "Bethal" GitHub repository as it existed on 3rd December 2014.