-
Notifications
You must be signed in to change notification settings - Fork 5
1. Introduction
digitsensitive edited this page Jun 11, 2017
·
5 revisions
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.
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.
- 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.