
This tutorial covers setting-up your development environment. Picking an editor, installing a web server, downloading Phaser and creating a Hello World test.

Learn how to create a game completely from scratch. Add a player and make him run and jump around the platforms, collecting stars and avoiding baddies.

There are 1772 source code examples available to run on our web site. Dig around, explore and see what you find! You can also download them all from the Git repo to browse locally.

This documentation is generated from the source code and covers every method, property and class across the entire API. Use it in conjunction with examples and tutorials to get a deeper understanding of the framework.

Phaser 3 has complete support for Facebook Instant Games. We've a range of tutorials covering it. From Getting Started, to the Leaderboards API, to displaying ads and offering In App Purchases in your games.

We publish regular Dev Logs that detail what has been worked on recently and what's coming down the line in beta releases. There are also extensive tutorials and structural guides to be found here.

The community are constantly publishing new tutorials. There are literally hundreds of them, covering everything from custom game objects, to shaders. Be sure to check out the videos too.

Texture Atlases are vital for modern games. This is a comprehensive tutorial with example code on how to create and use them within Phaser 3, using the Texture Packer app.
Latest Tutorials
Learn how to check for matches and handle the outcome in the next part of this Mario Party mini-game series.
How to add Box2D via Planck.js to your Phaser 3 games.
Learn how to select boxes and reveal their contents in the next part of this Mario Party mini-game series.
Create a game like Risky Road using Matter Physics and Simplify.js
Learn how to add boxes and player interactions in the next part of this Mario Party mini-game series.
Learn about infinite terrain generation for a horizontal endless runner including a physics powered car.
This tutorial covers making a Mario Party inspired mini-game and is perfect for those looking for a more in-depth series.
Learn how to build a simple HTML5 game with Phaser 3!
Rutger McKenna provides a basic introduction to Phaser 3.
Tommy Leung from Ourcade shares an excellent tutorial on how you can create a reveal or scratch off effect in Phaser 3!
York Computer Solutions LLC shares content for learning Phaser 3 basics.
Taylor Nodell shares an excellent tutorial on creating an isometric scene in Phaser!
Using finite state machines to model player behaviour and animations.
Learn how to create fantastic level transitions in your Phaser 3 game.
Tommy Leung from Ourcade shares an excellent tutorial on how you can create a flashlight or spotlight effect in Phaser 3!
In the first part of this tutorial, William Clarkston shows us how to create a text input field for Phaser 3.
Simone Cuomo shares an excellent tutorial on using AWS Amplify to upload a Phaser 3 game to the cloud!
A demo of an online chat room built using Phaser, rexUI and Firebase.
The final part in a new series on making your first Phaser 3 game using modern JavaScript practices.
The popular Match 3 JavaScript class is updated to support drag and match games.