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

https://github.com/rluders/phaser-skeleton

Phaser Skeleton with TypeScript
https://github.com/rluders/phaser-skeleton

phaser phaser-skeleton skeleton typescript

Last synced: 3 months ago
JSON representation

Phaser Skeleton with TypeScript

Awesome Lists containing this project

README

        

Phaser Skeleton with TypeScript
=====

This is a simple skeleton project with Phaser and TypeScript.

## Requirements

* [Node.js](http://www.nodejs.org)
* [http-server](https://www.npmjs.com/package/http-server)
* [TypeScript](http://www.typescriptlang.org/)
* [Gulp](http://gulpjs.com/)

## How to use

After install all requirements, just...

1. [Download](https://github.com/rluders/phaser-skeleton/archive/master.zip) this project as a ZIP file and unzip it.

2. Inside the unziped folder, install the projects:

```sh
# npm install
```

3. Compile your project with gulp:

```sh
# gulp
```

4. Execute the server

```sh
# npm start
```

5. [Access your game in your browser](http://localhost:8080)