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.
- Host: GitHub
- URL: https://github.com/nawarian/phaser-ts-skeleton
- Owner: nawarian
- License: gpl-3.0
- Created: 2023-02-02T10:06:44.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-19T06:26:25.000Z (about 1 year ago)
- Last Synced: 2025-04-10T15:11:34.006Z (22 days ago)
- Topics: game, gamedev, phaser, typescript, typescript-boilerplate, webpack
- Language: TypeScript
- Homepage:
- Size: 440 KB
- Stars: 6
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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`).