- 授权协议: MIT
- 开发语言: C#
- 操作系统: 跨平台
- 软件首页: https://github.com/dotnetGame/MineCase
- 软件文档: https://github.com/dotnetGame/MineCase/wiki
- 官方下载: https://github.com/dotnetGame/MineCase
软件介绍
MineCase 是一个跨平台、分布式的 Minecraft 服务端应用。
本项目使用 .NET Core 编写,基于 orleans 框架。它通过 Actor 模型将各个模块分离开来,从而构建一个高效的分布式系统。
目前仅支持 Minecraft 1.12 的版本。
安装需要
Docker for linux (Only support Linux)
Unity 2017.2.0 或之后版本.(如果需要使用MineCase的客户端程序)
安装
使用docker安装
1 . 下载Docker for linux。
2 . 解压
Docker for linux,然后在linux上运行serverurl=https://raw.githubusercontent.com/dotnetGame/MineCase/master/build/docker/linux/docker-compose.yml curl -o docker-compose.yml $url docker-compose up
建议:
你可以输入
docker-compose stop停止服务器的运行。
Object-Oriented Design Heuristics
Arthur J. Riel / Addison-Wesley Professional / 1996-05-10 / USD 64.99
Product Description Here is the first object-oriented development book to provide specific experience-based guidelines to help developers make the right design decisions. This book offers the next ......一起来看看 《Object-Oriented Design Heuristics》 这本书的介绍吧!
