用TypeScript语言和Phaser 3 框架开发的简单游戏
Examples made with ❤︎ by digitsensitive
Framework created by Photonstorm
Phaser 是一个优秀, 快速 并且开源面给的 HTML5 游戏框架。 这里你会找到使用TypeScript和Phaser 3开发的游戏,愉快的开发和玩游戏
在 https://nodejs.org/en 下载安装Node.js
选择一个文件夹使用这条命令克隆这个仓库:
git clone https://github.com/idongliming/phaser3-typescript.git
使用这条命令安装依赖:
npm install
执行构建 (bundle.js) 并且启动本地服务器:
npm run dev
- Phaser 3 Framework
- Phaser 3 Docs with TypeScript Definition File
- Phaser 3 Online Docs
- Phaser 3 Official Examples
- Phaser 3 Discourse
The following Compiler Options
have been set in the tsconfig.json
file:
Option | Value |
---|---|
target | ES2016 |
module | CommonJS |
sourceMap | true |
noImplicitAny | true [WIP] |
strict | true [WIP] |
You can see the complete list of the available options at here. Interesting read about setting up a nodejs-project.
这个项目使用 MIT 协议 - LICENSE.md.
forked from digitsensitive