-
Notifications
You must be signed in to change notification settings - Fork 5
1. Introduction
Eric edited this page Aug 12, 2016
·
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