Skip to content

Latest commit

 

History

History
124 lines (99 loc) · 7.08 KB

README.md

File metadata and controls

124 lines (99 loc) · 7.08 KB

Phaser Tutorials

See individual README files for information on where each tutorial is from.

View generated results.

Templates

As I've worked through the various tutorials I've created two templates that I use for my own projects.

_Starter

These templates have been moved to the Phaser Starter Templates project on GitHub, and mirror on GitLab.

_Starter Simple

This project uses TypeScript with Phaser (2.6.2), and aims to be a simple version of the _Starter project, with all code in a single file.

Other variants use the free Visual Studio Code and include:

  • _Starter Simple VS Code
    • Uses Visual Studio Code and Phaser 2.6.2, the last official release.
  • _Starter Simple VS Code CE
    • Uses Visual Studio Code and Phaser Community Edition.

Completed tutorials

In case it provides any benefit, the following is the order in which I completed these tutorials.

Tutorial Completed Date
Phaser-Clicker-Tutorial September 2015
Ascii-Roguelike-Tutorial September/October 2015
Official-Making-A-Game October 2015
Coding-Tip-5-Car October 2015
Afternoon-Shoot-Em-Up October 2015
Snake-TutorialZine November 2015
Barkanoid-Packt November 2015
PhaserTypeScript November 2015
DronShooter November 2015
RiseAbove-Phaser-Tutorial December 2015
AdvancedPhaserTypeScriptProject December 2015
TwoCarsPrototype-TypeScript December 2015
RadicalPrototype-TypeScript December 2015
RadicalPrototype2-TypeScript December 2015
GoatRiderPrototype-TypeScript December 2015
CandyCrushBejeweled-TypeScript December 2015
Drag-Match-Engine-TypeScript January 2016
Swap-Match-Engine-TypeScript January 2016
Concentration-TypeScript February 2016
TapTapTaxi-CodeCaptain February 2016
Boids-TypeScript March 2016
HiLo-TypeScript March 2016
TwentyFortyEight-TypeScript April 2016
LevelSelection-TypeScript April 2016
2dPlatformer-TypeScript December 2016
DungeonRaid-TypeScript January 2017
phaser-3-official March 2018

These tutorials do not cover Phaser per-se, but may still be relevant to the framework in some way.

Tutorial Completed Date
rotjs-Tutorial October 2015

Tutorials to finish following

n/a

Future tutorials to work through

Tutorial creators worth following

The following sites are worth following if you're interested in Phaser tutorials.

  • Emanuele Feronato posts tutorials on a regular basis, and sells a couple complete tutorials.
  • GameDev Academy has a mix of posts, including in Phaser. This is done by the folks behind Zenva, which has a pretty good online series for sale that covers creating a variety of games in Phaser.