Hacker News new | ask | show | jobs
by p2detar 533 days ago
It's a full-blown game engine and you can do A LOT with it. I've created several js games with it and it never let me down. I've never tried using it with ts, but it should be even better.

edit: Just wanted to add that Phaser has one of the best docs out there including a library of tons of examples that can really get one going.

1 comments

How does it compare to Pixiljs?
I think it actually uses Pixijs for rendering. Phaser is a game engine with lots of tools including audio, physics, scenes, tiled support, etc., while pixi is a graphics renderer lib.