This is a test game using Phaser.io, Typescript, and Angular.
- Clone the repository
- Navigate to the directory via command line
- Run:
npm install
- Run:
bower install
- Run:
tsd install
If using VS Code or Webstorm, build the project using the editor. If no use the command: gulp build
- Run
gulp pack
to build the level assets - Copy the test.json file to /public/assets (this will soon be automated)
npm app.js
to start the project at http://localhost:3000
- Phaser.io 2.3.0
- Typescript 1.5
- Angular 1.4
- Phaser-Tiled