
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.

A 155 page book, that comes with 28 source code examples and is written by Emanuele Feronato, one of the most prolific Phaser tutorial authors around. Learn how to make a game, scale it for devices and publish it.
Latest Tutorials
Here are some of the most recently added tutorials:
The Tipsy Tower tutorial is updated to use Matter physics and multiple camera support in Phaser 3.
A pure JavaScript class to handle Draw and Match games like Dungeon Raid, ready to communicate with Phaser 3.
Using Phaser with CodeAcademy's step by step tutorial
A comprehensive tutorial on using Phaser Editor to help convert a Flash game to Phaser 3.
Emanuele updates his Flappy Bird prototype, including full source and a break down of how it runs.
Add a nice time bar / energy bar / mana bar / whatever bar to your games using Phaser 3 masks.
Video tutorial on creating and structuring your code with GitHub and ES6
A tutorial about creating an animated sunburst effect for your games.
A tutorial on how to create Mobile games & PWA with Ionic 4 and Phaser.
Complete HTML5 SameGame game powered by Phaser 3 and pure JavaScript SameGame class updated to latest Phaser version, featuring reverse gravity.
The final part of the animated video series on getting started with Phaser 3, this time learn about adding music and sound effects to your game.
Part 11 of the animated video series on getting started with Phaser 3, this time learn about adding feedback into your game.
“Radical” HTML5 game prototype built with Phaser and Arcade Physics updated to Phaser 3, featuring Arcade groups and object pooling.
Using an API to load server-generated Tilemap data into your Phaser games at run-time.
Learn how to create a Trampoline Tile, as seen in the Yeah Bunny platformer.
Part 10 of the animated video series on getting started with Phaser 3, this time learn about Bitmap Text objects.
A comprehensive new tutorial on creating a 2D arcade game with highscores recorded in a smart contract on the Ethereum blockchain.
Learn how to recreate the new super-hit mobile game Spinny Gun using just a few tweens and a bit of trigonometry.
The third part of the MMORPG tutorial series introduces moving enemies, enemy attacks and player chat.
Learn how to slice, splice and cut-up matter physics bodies using Phaser and PolyK.