Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 351 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 351 Bytes

#Javascript小游戏《Flappy Pig》#

试玩地址:http://keenwon.com/973.html

源码基于GruntJS构建,确保安装Node的情况下,在文件目录下运行

npm install

然后运行

grunt server

运行游戏,修改相应代码会自动刷新
打包编译请运行

grunt build