Phaser (game framework)

Phaser
Developer(s)Richard Davey
Initial release12 April 2013 (2013-04-12)
Stable release
v3.86.0 / 1 October 2024 (2024-10-01)
Repositorygithub.com/photonstorm/phaser
Written inJavaScript, TypeScript
Typeapplication framework
LicenseMIT License
Websitephaser.io

Phaser is a 2D game framework used for making HTML5 games for desktop and mobile. It is free software developed by Photon Storm.

Phaser uses both a canvas and WebGL renderer internally and can automatically swap between them based on browser support. This allows for fast rendering across desktop and mobile. It uses the Pixi.js library for rendering.

Games can be deployed to iOS, Android and native desktop apps via third party tools like Apache Cordova.