FOSS-VG/README.md

19 lines
432 B
Markdown
Raw Normal View History

2022-06-24 06:30:07 +02:00
# Minecraft
2022-06-24 06:52:07 +02:00
This is a WIP reimplementation of Minecraft.
For now, we target feature parity with 1.18.2 or 1.19.1.
Immediate goals:
2022-06-24 06:54:24 +02:00
- 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