From 86a5b11cf4ee77b6a2ce866264ba30aac4c87215 Mon Sep 17 00:00:00 2001 From: JunDao Date: Wed, 1 May 2019 15:41:32 +0800 Subject: [PATCH] add readme --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..39a1fb1 --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +# GO-MC +There's some library in Go support you to create your Minecraft client or server. +- [x] Mojang authenticate +- [x] Minecraft network protocal +- [x] Parse chat message +- [x] Simple MC robot lib +- [ ] Parse NBT + +Some examples are at `/cmd` folder. + +# Getting start +After you install golang tools: +- run `go run cmd/ping/ping.go` to ping and list the Miaoscraft mc-server. +- run `go run cmd/daze/daze.go` to join local server at *localhost:25565* as Steve on offline mode. + +See `/bot` folder to get more infomation about how to create your own robot. \ No newline at end of file