Skip to content
This repository was archived by the owner on Oct 12, 2018. It is now read-only.

beito123/medaka

Repository files navigation

Medaka

Image

This is a project to learn Go for me
So This is very unstable!

Medaka is a MCBE(mcpe) server software written in Go.

These codes are written in Go based on PocketMine-MP (by PocketMine-Team).

Build

If you haven't dep, Run the under command to get dep.

$ go get -u github.com/golang/dep/cmd/dep

Run the under commands to build.

$ go get -u github.com/beito123/medaka
$ cd $GOPATH/src/github.com/beito123/medaka
$ make deps
$ make
  • Manual build: Link

Support environment

Windows, Linux, (maybe it work on Mac...)

Go(v1.10^), Dep(v0.5.0), GNU make(v4.2) or GnuWin32(v3.81)

License

There is this project the under LGPLv3 License.

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.

Special Thanks

Thank you so much!

Based on

Library

Design reference

Tools

Other

  • Developers who are providing codes for Medaka.

  • And you

Medaka (Japanese)

Image

このプロジェクトは私がGo言語を学習するためのものです。
そのため、非常に不安定です!

このソフトウェアは、Go言語で書かれたサーバーソフトウェアです。

これらのコードは PocketMine-MP (by PocketMine-Team) を元にGoで書かれています。

ビルド

Depがない場合は、以下のコマンドを実行してDepをインストールください。

$ go get -u github.com/golang/dep/cmd/dep

ビルドするには以下のコマンドを実行してください。

$ go get -u github.com/beito123/medaka
$ cd $GOPATH/src/github.com/beito123/medaka
$ make deps
$ make
  • 手動ビルド: Link

サポート環境

Windows, Linux, (多分Macでも動くはず...)

Go(v1.10^), Dep(v0.5.0), GNU make(v4.2) or GnuWin32(v3.81)

ライセンス

このプロジェクトはLGPLv3ライセンス下にあります。

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Lesser General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.

謝辞

Thank you so much!

Base

ライブラリ

設計の参考

ツール

その他

  • コードを提供してくださっている開発者の方々

  • And you

About

Medaka is a MCBE(mcpe) server software written in Go. But it is not working yet. (WIP)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published