/phaser-typescript-portfolio

Interactive portfolio with an 8 bit RPG look.

Primary LanguageJavaScript

Phaser Typescript Boilerplate

A version of my Portfolio / CV in the form of a classic RPG level.

  • Phaser (2.4.4)
  • Typescript
  • Grunt build process
  • Basic game
    • Preload State, with loading bar
    • Game State

Boilerplate taken from https://github.com/cloakedninjas/phaser-typescript-boilerplate

Building

grunt dev --force for single build or grunt watch to compile as you make changes.

Running

Built files are placed into the public/ directory. Point a webserver at it, and you're away!

http-server public