Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 369 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 369 Bytes

Javascript小游戏《Flappy Pig》

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

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

npm install

然后运行

grunt server

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

grunt build