The topic of this article may not meet Wikipedia's notability guidelines for products and services. (January 2018) |
Developer(s) | Richard Davey |
---|---|
Initial release | 12 April 2013 |
Stable release | v3.86.0
/ 1 October 2024 |
Repository | github |
Written in | JavaScript, TypeScript |
Type | application framework |
License | MIT License |
Website | phaser |
Phaser is a 2D game framework used for making HTML5 games for desktop and mobile.[1] It is free software developed by Photon Storm.[2]
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 3rd party tools like Apache Cordova and phonegap.[3]