Skip to content

1. Introduction

digitsensitive edited this page Jun 11, 2017 · 5 revisions

For who is this Wiki?

Anyone who wants to create games with Phaser in TypeScript.
No experience is required, although some knowledge in game development might be useful.

I started this tutorial series because I had difficulties to find good tutorials when coding with Phaser in TypeScript.

Why TypeScript?

TypeScript has some incredible benefits:

  • It will compile your code and generate compilation errors. You don't have to run it first to check if everything works
  • You can use public and private variables
  • Encapsulation
  • Strong typing: You are not allowed to change the type of a variable and that is good.

I am sorry about ...

  • Spelling mistakes: English is not my native language
  • Programming errors: Although I have tested every code part I post here, errors are not precluded. Feedback is always welcome and I will edit it as soon as possible.

> Next: Let's get started

Clone this wiki locally