https://github.com/baisheng/h5-slots-game
一个老虎机小游戏,基于 pixijs
https://github.com/baisheng/h5-slots-game
h5 h5game pixi-js pixijs slots
Last synced: 7 months ago
JSON representation
一个老虎机小游戏,基于 pixijs
- Host: GitHub
- URL: https://github.com/baisheng/h5-slots-game
- Owner: baisheng
- Created: 2019-04-27T00:25:49.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-27T00:33:03.000Z (about 6 years ago)
- Last Synced: 2024-04-13T22:54:53.242Z (about 1 year ago)
- Topics: h5, h5game, pixi-js, pixijs, slots
- Language: CSS
- Size: 2.69 MB
- Stars: 7
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 开发命令
### Installation
```bash
$ npm install
```### Running the app
```bash
# 开发
$ gulp default# 发布
$ 上传 dist 文件夹中的内容到静态服务器中即可```