Skip to content

Releases: mikaturunen/phaser-examples-typescript

Display that, display this! Typescriptified display.

Choose a tag to compare

@mikaturunen mikaturunen released this 18 Mar 18:02

Release 0.0.4 - Display demos now written in Typescript

Issues done

  • Display #6

Known issues

  • The demoscene typescript files are giving warnins - will be fixed in future updates

Buttons, camera and debug

Choose a tag to compare

@mikaturunen mikaturunen released this 11 Mar 17:54

The following issues and all the examples contained in their directories are now written in TypeScript:

And that also means we have reached our 0.0.3 milestone. Yahoo. 😌
Next week we'll have 0.0.4 coming down in the pipe.

Here comes the basics and bitmap data

Choose a tag to compare

@mikaturunen mikaturunen released this 09 Mar 18:58

Written all content from bitmapdata and basics directories into TypeScript format.

Resolved issues:

Typed physics

Choose a tag to compare

@mikaturunen mikaturunen released this 04 Mar 19:03

Release - 0.0.1 - Typed Physics

General notes

Rewrote a good set of the JavaScript examples into TypeScript. Contributed a whole lot into the build process for TypeScript. Now the TypeScript files are generated into JS files by calling

npm install grunt grunt-cli -g
grunt ts
  • Not all of the examples are written in TypeScript just yet.
  • The example site shows a super simple alert -popup when the example in question is not written in TypeScript
  • Simple TypeScript highlight through the existing prettify functionality

Issues fixed

  • Arcade physics examples are now rewritten in TypeScript, #1