Skip to content

Instantly share code, notes, and snippets.

Phaser 3 Cheatsheet

Originally inspired by woubuc/phaser-cheatsheet.md, this version has been almost completely rewritten and expanded with new notes and insights to better support everyone learning and using Phaser 3.

Starting a new game

All config is optional, but width, height and scene are recommended to add.

let config = {