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

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》

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
```