-
Notifications
You must be signed in to change notification settings - Fork 5
Home
Welcome to this Wiki about creating games with Phaser in TypeScript.
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).
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.
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!