Git Product home page Git Product logo

swiftcraft's Introduction


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.

swiftcraft's People

Contributors

marzvrover avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

swiftcraft's Issues

Add Packet Encoder

To throughly test the decoder, as #9 calls for, we will also need to be able to encode packets.
We need to encode packets to be able to achieve any sort of communication with the client as well. Thus making it a requirement for #3 too.

Test PacketCodec - MessageToByteEncoder

I need to come up with the best way to test the MessageToByteEncoder part of the PacketCodec. A quick glance shows that there is not a helper like the ByteToMessageDecoderVerifier for the MessageToByteEncoder.

PacketDecoder TestPacket

I need to come up with a way to have a TestPacket that can change definition while still being able to decode it in PacketDecoder so that I can test the decoder.

Add Logger

Add real logging instead of just print statements

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.