short todo list for immediate goals

BodgeMaster-unfinished
BodgeMaster 2022-06-24 06:52:07 +02:00
parent 241100e1ab
commit ea5635e73e
1 changed files with 15 additions and 1 deletions

View File

@ -1,3 +1,17 @@
# Minecraft
Just a Minecraft clone for now
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