|
|
6 yıl önce | |
|---|---|---|
| .. | ||
| readme-zh.md | 6 yıl önce | |
| readme.md | 6 yıl önce | |
MineCase的部署方式和普通服务器一样方便。MineCase的程序主要分为Gateway和Server,Gateway负责和用户的游戏客户端通信并将消息转发到Server,Server负责处理游戏的逻辑。Gateway和Server的数量并不受限制,你可以横向拓展,无限添加Gateway和Server以提高容纳用户的能力。
3 . 从 github page 下载MineCase(或者使用 clone: 指令)。
git clone [email protected]:dotnetGame/MineCase.git
cd MineCase
4 . 解压 Minecase 压缩包.
5 . 构建并运行 build_and_run
build_and_run.sh.build_and_run.sh.build_and_run.bat.