WIP Minecraft clone project
 
 
 
 
Go to file
BodgeMaster ea5635e73e short todo list for immediate goals 2022-06-24 06:52:07 +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
.gitignore new gitignore 2022-06-24 06:41:47 +02:00
README.md short todo list for immediate goals 2022-06-24 06:52:07 +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