Phaser 3.55.2 "Ichika" is the current stable version and was released on 27th May 2021.
The previous version of Phaser was 3.55.1.
npm
Download this version from npm. Need a beginners guide to npm? Read this tutorial.
npm install phaser@3.55.2
CDN
Phaser is on the jsDelivr CDN. Include one of the following in your html:
<script src="//cdn.jsdelivr.net/npm/phaser@3.55.2/dist/phaser.js"></script>
<script src="//cdn.jsdelivr.net/npm/phaser@3.55.2/dist/phaser.min.js"></script>
The latest CE release is 2.19.1 released on 13th October 2021.
Which file should I download?
Familiar with git? Use the "clone" link to get the whole repo. The "js" and "min.js" links download pre-built versions of Phaser with all modules enabled. The zip and tar links download an archive of the repository. If you're just doing a quick test then it's safe to grab the js files, however it's always worth having the source code to hand for reference.
What's New in 3.55.2?
Version 3.55.2 - Ichika - 27th May 2021
Bug Fixes
- Fixed an issue in
FillPathWebGL
,IsoBoxWebGLRenderer
andIsoTriangleWebGLRenderer
functions which caused the filled versions of most Shape Game Objects to pick-up the texture of the previous object on the display list. Fix #5720 (thanks @samme)