A Rust implementation of Terraria's multiplayer network protocol.
- terraria-protocol: library containing all the network packets and some basic protocol management.
- terry: a client bot showcasing what is possible with the protocol and whatever random things I can make it do.
All the libraries contained in this repository are licensed under either of
-
Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
-
MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.