From ea5635e73ed94d878eefbe02d968c19cd23bfad4 Mon Sep 17 00:00:00 2001 From: BodgeMaster <> Date: Fri, 24 Jun 2022 06:52:07 +0200 Subject: [PATCH] short todo list for immediate goals --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 73e8a6a..ba6f9c2 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,17 @@ # Minecraft -Just a Minecraft clone for now \ No newline at end of file +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