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
- Host: GitHub
- URL: https://github.com/rluders/phaser-skeleton
- Owner: rluders
- License: mit
- Created: 2016-01-28T12:29:54.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2020-10-13T09:14:25.000Z (over 4 years ago)
- Last Synced: 2025-01-23T11:25:39.621Z (5 months ago)
- Topics: phaser, phaser-skeleton, skeleton, typescript
- Language: JavaScript
- Size: 47.9 KB
- Stars: 4
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)