Sin descripción

俊 王 a83044bda4 Add 'SendGameInfo' hace 8 años
build 020fce5291 Add map transferring (#4) hace 8 años
data bc82851846 Implement inventory system (Part I) (#51) hace 8 años
screenshots 170ddd2111 Update the current screenshots. (#58) hace 8 años
src a83044bda4 Add 'SendGameInfo' hace 8 años
tests a38b896c97 Improve code style hace 8 años
.gitattributes cbbb3fd98e 初次提交 hace 8 años
.gitignore bc82851846 Implement inventory system (Part I) (#51) hace 8 años
NuGet.config e24858cd10 Upgrade to .net core 2.0 & Some performance upgrade (#35) hace 8 años
Readme.md 170ddd2111 Update the current screenshots. (#58) hace 8 años
appveyor.yml 4b3e64d190 Add Codecov report upload (#30) hace 8 años
build.bat fb38aa81cd Add command interfaces hace 8 años
run_gateway.bat 134a2c880b Add block mining system (#43) hace 8 años
run_server.bat 134a2c880b Add block mining system (#43) hace 8 años

Readme.md

MineCase

Build status

Screenshots

介绍

MineCase 是一个分布式的 minecraft 服务端应用。MineCase 采用 .net core 编写,使用 Orleans 框架。
MineCase 具有以下特性:

  • 跨平台
  • 分布式

要求

运行这个服务器之前,请保证你的环境满足:

  • .net core sdk 2.0

目前支持的 minecraft 版本:

  • 1.12

开始

注:本项目还在施工阶段,还没有完成所有的功能。

  1. 获取源码

    git clone [email protected]:dotnetGame/MineCase.git
    

    或者 下载ZIP

  2. 构建并运行

进入 MineCase 目录下,运行 run_server.bat,看到下面这一行提示的时候:

Press Ctrl+C to terminate...

再运行 run_gateway.bat

进度

模块 完成情况
握手协议 :white_check_mark:
登陆游戏 :white_check_mark:
进入世界 :white_check_mark:
地图生成 :x:
怪物生成 :x:
AI :x:

反馈

如果你在使用 MineCase 的过程中遇到任何问题,请在 Issues 中提出。


Introduction

MineCase is a distributed minecraft server application. It is written in .net core, and using the Orleans framework.
MineCase has the following features:

  • cross-platform
  • distributed

Required

Before running this server, please make sure your environment meet:

  • .net core sdk 2.0

Currently supported version of minecraft:

  • 1.12

Getting Start

Note: This project is still in the construction phase, has not completed all the feature.

  1. Get source

    git clone [email protected]:dotnetGame/MineCase.git
    

    or Download ZIP.

  2. Build and run

Entry the MineCase directory, run run_server.bat, and when you see the following line:

Press Ctrl+C to terminate...

run run_gateway.bat .

Schedule

Module Finished
handshake :white_check_mark:
log in :white_check_mark:
entry the world :white_check_mark:
map generation :x:
monster generation :x:
AI :x:

Feedback

If you encounter any problems with the use of MineCase, please point out that in Issues.