Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/lonami/terry
- Owner: Lonami
- License: other
- Created: 2020-05-24T19:20:03.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-10-05T20:27:17.000Z (about 3 years ago)
- Last Synced: 2024-10-31T11:44:54.852Z (15 days ago)
- Topics: automation, bot, network-protocol, robot, terraria
- Language: Rust
- Size: 634 KB
- Stars: 16
- Watchers: 2
- Forks: 6
- 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