nawarian / phaser-ts-skeleton

A simple skeleton to help quickly bootstraping Phaser games with TypeScript.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Phaser Typescript Skeleton

Simple phaser.io set up using Typescript and Webpack.

Running

First clone and install dependencies:

$ git clone https://github.com/nawarian/phaser-ts-skeleton
$ cd phaser-ts-skeleton
$ npm install

Then boot your development environment with the dev script:

$ npm run dev

License

This project (nawarian/phaser-ts-skeleton) is licensed under GPL-3.0. You are free to clone, modify and use it in any project, be it for profit or not. You MUST share publicly any code that makes use of the sources made available by this project (nawarian/phaser-ts-skeleton).

About

A simple skeleton to help quickly bootstraping Phaser games with TypeScript.

License:GNU General Public License v3.0


Languages

Language:TypeScript 51.8%Language:JavaScript 34.2%Language:HTML 13.9%