An open API service indexing awesome lists of open source software.

https://github.com/nawarian/phaser-ts-skeleton

A simple skeleton to help quickly bootstraping Phaser games with TypeScript.
https://github.com/nawarian/phaser-ts-skeleton

game gamedev phaser typescript typescript-boilerplate webpack

Last synced: 20 days ago
JSON representation

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

Awesome Lists containing this project

README

        

Phaser Typescript Skeleton
---

Simple [phaser.io](https://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`).