Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 1.34 KB

README.md

File metadata and controls

22 lines (16 loc) · 1.34 KB

macOS ubuntu docs Codacy Badge

Swiftcraft is a swift implementation of the Minecraft Server. The goal of this project is to provide a fast resource efficient Minecraft server. This is an active WIP. Currently in the first steps of implementing the Minecraft Protocol. You should expect massive amounts of refactoring.

Protocol

This server is built from the ground up implementing Minecraft's Protocol.

Credits

I would like to give a huge shoutout to #mcdevs for their working in maintaining Wiki.vg. Another shoutout goes to Tnze for their work on Tnze/go-mc which helped me get low level things like VarInt and VarLong figured out.