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 over 1900 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.

Get taught by the experts in this comprehensive series. 11 Courses, 175 Lessons and over 28 hours of video. With downloadable project files and closed captions you'll have learned lots by the end.

Latest Tutorials

Homing Missile Tutorial

29th March 2021

Making a homing missile that seeks a target using Arcade Physics in Phaser 3.

How to Code Poker Hands Tutorial

26th March 2021

A tutorial series dealing with managing poker card hand combinations in your game.

Fuse Ballz Tutorial

24th March 2021

Create a game like Fuse Ballz using Phaser and Matter Physics

Reveal Effect with Alpha Masks Tutorial

19th March 2021

How to create a scratch-off effect using a Render Texture and cover images.

Bouncy Light Tutorial

17th March 2021

Create a game like Bouncy Light using Phaser and Arcade Physics.

Memory Match Tutorial Part 6

15th March 2021

In the final part of this Mario Party mini-game tutorial series learn how to add a countdown timer.

Bouncing Ball 2 Tutorial

12th March 2021

Create a game like Bouncing Ball 2 using Phaser and Arcade Physics.

Memory Match Tutorial Part 5

10th March 2021

Add logic that stuns the player in the next part of this Mario Party mini-game series.

Create a game like Pocket Snap

8th March 2021

Build a game like Pocket Snap using Phaser 3 and Matter Physics

Memory Match Tutorial Part 4

5th March 2021

Learn how to check for matches and handle the outcome in the next part of this Mario Party mini-game series.

Using Box2D in Phaser 3

3rd March 2021

How to add Box2D via Planck.js to your Phaser 3 games.

Memory Match Tutorial Part 3

1st March 2021

Learn how to select boxes and reveal their contents in the next part of this Mario Party mini-game series.

Risky Road Tutorial

25th February 2021

Create a game like Risky Road using Matter Physics and Simplify.js

Memory Match Tutorial Part 2

23rd February 2021

Learn how to add boxes and player interactions in the next part of this Mario Party mini-game series.

Infinite Terrain and Car Tutorial

18th February 2021

Learn about infinite terrain generation for a horizontal endless runner including a physics powered car.

Memory Match Tutorial Part 1

17th February 2021

This tutorial covers making a Mario Party inspired mini-game and is perfect for those looking for a more in-depth series.

Phaser 3 HTML5 Game Beginner Tutorial

10th August 2020

Learn how to build a simple HTML5 game with Phaser 3!

Getting Started With Phaser

5th August 2020

Rutger McKenna provides a basic introduction to Phaser 3.

Simple Reveal Effect in Phaser 3

3rd August 2020

Tommy Leung from Ourcade shares an excellent tutorial on how you can create a reveal or scratch off effect in Phaser 3!

YorkCS Phaser 3 Basics

10th July 2020

York Computer Solutions LLC shares content for learning Phaser 3 basics.

Creating An Isometric View in Phaser 3

3rd July 2020

Taylor Nodell shares an excellent tutorial on creating an isometric scene in Phaser!

Phaser Tutorial Series Finite State Machine

22nd June 2020

Using finite state machines to model player behaviour and animations.

Create Spelunky-style Level Transitions in Phaser

17th June 2020

Learn how to create fantastic level transitions in your Phaser 3 game.

Creating a Spotlight Effect in Phaser 3

15th June 2020

Tommy Leung from Ourcade shares an excellent tutorial on how you can create a flashlight or spotlight effect in Phaser 3!

Creating a Phaser 3 Input Field

10th June 2020

In the first part of this tutorial, William Clarkston shows us how to create a text input field for Phaser 3.