Adam Holden has released a new blog post.

"Before I go into detail about the code that I have made to extend Phaser, I want to quickly touch on TypeScript.

If you’ve never heard of TypeScript before, it is a language that has a similar look and feel as JavaScript (and is compatible with JavaScript code) however, it allows for static type checking at compile time and other features that JavaScript lacks, such as true class definitions and simple “A extends B” inheritance."

image

Read more