Skip to content

Instantly share code, notes, and snippets.

View digitsensitive's full-sized avatar
👋
Working from home

Eric digitsensitive

👋
Working from home
View GitHub Profile

Phaser Cheatsheet

This is the content from the original Phaser cheatsheet, the site of which went down. I'm editing outdated information as I come across it.

Starting a new game

Reference: http://docs.phaser.io/Phaser.Game.html#Game

var game = new Phaser.Game(width, height, renderer, "parent");
//All parameters are optional but you usually want to set width and height
//Remember that the game object inherits many properties and methods!
@PurpleBooth
PurpleBooth / README-Template.md
Last active March 5, 2026 10:16
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites