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

https://github.com/xiaoshuai/phaser3game

phaser3game
https://github.com/xiaoshuai/phaser3game

phaser phaser3 typescript

Last synced: 2 months ago
JSON representation

phaser3game

Awesome Lists containing this project

README

        

# Phaser3测试

todo

## 如何运行
执行`npm run start`即可

## 环境搭建

不适用npm安装而是直接应用:

```
wget https://github.com/photonstorm/phaser/releases/download/v3.11.0/phaser.js -O js/phaser.js
```

下载typescript定义:

```
wget https://raw.githubusercontent.com/photonstorm/phaser3-docs/master/tsgen/src/Parser.ts
```

设置下载代理:

```
wget -e "https_proxy=http://127.0.0.1:1087"
```