Create README.md

This commit is contained in:
Holly Stubbs 2021-08-21 08:42:18 +01:00 committed by GitHub
parent bcdf82017c
commit d489c7ea09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 0 deletions

16
README.md Normal file
View File

@ -0,0 +1,16 @@
# mc-beta-server
me trying to understand minecraft beta's protocol
Implemented:
- Basic flat terrain generation
- Terrain sending
- Block placement
- Block breaking
To Implement:
- Entities
- Inventories
- Terrain saving to disk
Long Term:
- Optimise the shit out of this