Skip to content
digitsensitive edited this page Jun 11, 2017 · 4 revisions

Welcome to this Wiki about creating games with Phaser in TypeScript.

What is Phaser?

Phaser is a fast, free, and fun open source HTML5 game framework.
It uses a custom build of Pixi.js for WebGL and Canvas rendering, and supports
desktop and mobile web browsers. Games can be compiled to iOS,
Android and native desktop apps via 3rd party tools.
You can use JavaScript or TypeScript for development.

Visit the Phaser Website and follow on Twitter (#phaserjs).

What is TypeScript?

TypeScript is a typed superset of JavaScript that compiles to plain JavaScript.
It was designed by Anders Hejlsberg at Microsoft as an open-source project.

Visit the official TypeScript Website.

Who am I?

I am a hobby game programmer and I love coding and designing games in my free time.
In the beginning I used the cross-platform multimedia library SDL and developed in C++.
After having tried out many other libraries and programming languages I recently found Phaser.
From the start I was impressed how fast you have a prototype working!

> Next: Introduction

Clone this wiki locally