Skip to content

Commit

Permalink
调整markdown格式适应新版github
Browse files Browse the repository at this point in the history
  • Loading branch information
keenwon authored Mar 27, 2017
1 parent 235aa3a commit bfc7b12
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,22 @@
#Javascript小游戏《Flappy Pig》#
# Javascript小游戏《Flappy Pig》

试玩地址:[http://keenwon.com/973.html](http://keenwon.com/973.html)

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

npm install

```shell
npm install
```

然后运行

grunt server
```shell
grunt server
```

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

grunt build

```shell
grunt build
```

0 comments on commit bfc7b12

Please sign in to comment.