https://github.com/xiaoshuai/phaser3game
phaser3game
https://github.com/xiaoshuai/phaser3game
phaser phaser3 typescript
Last synced: 2 months ago
JSON representation
phaser3game
- Host: GitHub
- URL: https://github.com/xiaoshuai/phaser3game
- Owner: xiaoshuai
- Created: 2018-08-27T11:59:56.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-16T08:15:48.000Z (over 6 years ago)
- Last Synced: 2025-01-11T19:36:01.755Z (4 months ago)
- Topics: phaser, phaser3, typescript
- Language: TypeScript
- Size: 369 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"
```