Skip to content

wildrun0/Minecraft-golang-server

Repository files navigation

Minecraft-golang-server

This is a minecraft server fully written in Golang using go-mc(https://github.com/Tnze/go-mc) lib (minecraft protocol implemitaion) It's not ready yet, so checkout this repo for the latest updates!

Getting started

  1. git clone github.com/wildrun0/Minecraft-golang-server
  2. go get -u github.com/Tnze/go-mc@master
  3. go run .
  4. ????
  5. PROFIT!!!!

Why did we choose a golang?

So, the thought is simple - golang is fast.

THINGS TO DO

  • Chat messaging
  • Chat commands (/ban, /kick and etc.)
  • Player movement
  • Worlds generation (probably the most hardest)

About

A Minecraft server written in GO using go-mc lib

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages