Skip to content

idongliming/phaser3-typescript

Repository files navigation

用TypeScript语言和Phaser 3 框架开发的简单游戏

Dependencies GitHub issues GitHub stars Contributions welcome Code style: prettier GitHub licence

Examples made with ❤︎ by digitsensitive
Framework created by Photonstorm

Phaser 3 and TypeScript

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

游戏示例

Beginner

Intermediate

备忘录

外部资源

有用的工具

TypeScript 配置

tsconfig.json

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

About

使用ts语言写的phaser游戏示例-中文

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages