WIP Minecraft clone project
 
 
 
 
Go to file
BodgeMaster a80a6a26d8 add more scripts and move them to a new scripts directory, also add a shell environment to make dealing with this project more convenient 2022-06-27 07:35:04 +02:00
bin add placeholder files because Git doesn't handle empty folders 2022-06-24 06:42:19 +02:00
dependencies prepare for handling dependencies 2022-06-27 06:40:43 +02:00
scripts add more scripts and move them to a new scripts directory, also add a shell environment to make dealing with this project more convenient 2022-06-27 07:35:04 +02:00
src start implementation of NBT parser 2022-06-27 04:50:32 +02:00
test add manually decoded servers.dat 2022-06-25 13:09:11 +02:00
.gitignore prepare for handling dependencies 2022-06-27 06:40:43 +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
setupenv.bashrc add more scripts and move them to a new scripts directory, also add a shell environment to make dealing with this project more convenient 2022-06-27 07:35:04 +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