Update README.md

This commit is contained in:
Garen Tyler 2020-07-08 21:40:41 -06:00 committed by GitHub
parent 25c3c8139e
commit 6c0da7431e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,2 +1,13 @@
# Composition
A Minecraft server written in Rust
Composition is targeting 1.15.2, protocol version 578.
The main goal is to get a working server, then optimize for speed. 1.16 support may come in the future, after 1.15 is completed.
## Development Resources
- [Normal Login Sequence](https://wiki.vg/Protocol_FAQ#What.27s_the_normal_login_sequence_for_a_client.3F)
- [Protocol Specification](https://wiki.vg/Protocol)
- [Server Ping](https://wiki.vg/Server_List_Ping)
- [Map Format](https://wiki.vg/Map_Format)
- [Rust TcpStream Docs](https://doc.rust-lang.org/std/net/struct.TcpStream.html)
- [Rust Channel Docs](https://doc.rust-lang.org/std/sync/mpsc/index.html)