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: 5 months ago
JSON representation
A Rust bot for Terraria 1.4
- Host: GitHub
- URL: https://github.com/lonami/terry
- Owner: Lonami
- License: other
- Created: 2020-05-24T19:20:03.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-02-17T20:54:13.000Z (12 months ago)
- Last Synced: 2025-08-08T08:18:01.884Z (6 months ago)
- Topics: automation, bot, network-protocol, robot, terraria
- Language: Rust
- Size: 638 KB
- Stars: 21
- Watchers: 1
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: HISTORY.md
- License: LICENSE-APACHE
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