WIP Minecraft clone project
 
 
 
 
Go to file
BodgeMaster 57006a6463 Replace make with a shell script.
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.
2022-06-24 09:21:57 +02:00
bin add placeholder files because Git doesn't handle empty folders 2022-06-24 06:42:19 +02:00
src add placeholder files because Git doesn't handle empty folders 2022-06-24 06:42:19 +02:00
test add a file for testing the NBT library 2022-06-24 07:32:32 +02:00
.gitignore new gitignore 2022-06-24 06:41:47 +02:00
LICENSE.md add preliminary license while we have not decided on one yet 2022-06-24 06:59:20 +02:00
README.md formatting 2022-06-24 06:54:24 +02:00
build.sh Replace make with a shell script. 2022-06-24 09:21:57 +02:00

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