https://github.com/keenwon/flappy-pig
原生Javascript实现的小游戏《Flappy Pig》
https://github.com/keenwon/flappy-pig
game javascript
Last synced: 11 months ago
JSON representation
原生Javascript实现的小游戏《Flappy Pig》
- Host: GitHub
- URL: https://github.com/keenwon/flappy-pig
- Owner: keenwon
- Created: 2014-04-12T18:32:49.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2017-03-27T15:38:11.000Z (about 9 years ago)
- Last Synced: 2025-04-05T07:51:09.544Z (about 1 year ago)
- Topics: game, javascript
- Language: JavaScript
- Homepage: http://keenwon.com/demo/201403/flappy-pig.html
- Size: 40 KB
- Stars: 56
- Watchers: 6
- Forks: 29
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Javascript小游戏《Flappy Pig》
试玩地址:[http://keenwon.com/973.html](http://keenwon.com/973.html)
源码基于GruntJS构建,确保安装Node的情况下,在文件目录下运行
```shell
npm install
```
然后运行
```shell
grunt server
```
运行游戏,修改相应代码会自动刷新
打包编译请运行
```shell
grunt build
```