Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rand-fly committed Jun 28, 2016
1 parent 4b37149 commit 9a53033
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Myomyw
**Myomyw Alpha 0.2 已发布!**
**Myomyw Alpha 0.3 已发布!**
## 游戏规则
游戏界面中两边是发射器,中间是棋盘,轮到你时你可以点击你的一个发射器,这样就可以把球推出去,按住发射器可以连续发射球,但最多只能发射五次。

Expand All @@ -18,7 +18,7 @@
如果你有其他使用Cocos2d-x 3.9的项目,你可以把其他项目的*cocos2d*文件夹复制过来。你也可以创建一个Cocos2d-x 3.9项目然后用本项目替换它,总之把Cocos2d-x 3.9源码放到*cocos2d*文件夹就对了。

### 服务端
服务端需要node.js才能运行,首次运行请在\\Server\\Server目录下运行npm install命令安装依赖模块
服务端需要node.js才能运行,首次运行请在*\\Server\\Server*目录下运行*npm install*命令安装依赖模块

服务端的开发使用了VS插件NTVS来方便编辑和调试,不过要是你不想用的话也可以。

Expand All @@ -27,3 +27,4 @@
* 2016/2/26 发布Alpha 0.1
* 2016/2/28 发布Alpha 0.1.1
* 2016/3/27 发布Alpha 0.2
* 2016/6/28 发布Alpha 0.3

0 comments on commit 9a53033

Please sign in to comment.