Navigation

Phaser v3.80.1 "Nino" was released on 27th February 2024.

Download

To download Phaser v3.80.1 "Nino" 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 phaser@v3.80.1

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.80.1/phaser.js
        https://cdn.jsdelivr.net/npm/phaser@v3.80.1/dist/phaser.js

        //  Minified
        https://cdnjs.cloudflare.com/ajax/libs/phaser/3.80.1/phaser.min.js
        https://cdn.jsdelivr.net/npm/phaser@v3.80.1/dist/phaser.min.js
    

GitHub

View the GitHub Release Page for this version.

Browse the Phaser v3.80.1 "Nino" GitHub repository as it existed on 27th February 2024. For old versions some images and links may be broken, but all the source files are available.