This will do for now, until we figure out a better solution. I thought build systems were for automation but apparently we still need to specify build commands for all the programs individually so we might as well just do that in a script until it gets out of hand or a better solution comes up. |
||
|---|---|---|
| bin | ||
| src | ||
| test | ||
| .gitignore | ||
| LICENSE.md | ||
| README.md | ||
| build.sh | ||
README.md
Minecraft
This is a WIP reimplementation of Minecraft.
For now, we target feature parity with 1.18.2 or 1.19.1.
Immediate goals:
- Networking library
- build a dummy server that Minecraft clients can detect
- get Minecraft to connect to the dummy server
- Dummy server
- send an empty void
- send a surface to stand on
- handle chat
- NBT library
- parse NBT
- decode and encode data