Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lonami/terry

A Rust bot for Terraria 1.4
https://github.com/lonami/terry

automation bot network-protocol robot terraria

Last synced: 1 day ago
JSON representation

A Rust bot for Terraria 1.4

Awesome Lists containing this project

README

        

# terry

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.

## License

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.

[Rust]: https://www.rust-lang.org/
[Terraria]: https://terraria.org/
[terraria-protocol]: terraria-protocol/
[terry]: terry/
[LICENSE-APACHE]: LICENSE-APACHE
[LICENSE-MIT]: LICENSE-MIT