Skip to content

digitsensitive/phaser.typescript.tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Creating games with Phaser in TypeScript

What is Phaser?

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).

What is TypeScript?

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.

Are you ready?

Wiki with the tutorials.

Last update: 11.06.2017

About

Tutorials for creating games with Phaser in TypeScript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages