This repository contains two parts -
- the docker-compose stack for the terraria server including prometheus and cadvisor
- the bot runner code, which contains two projects , slightly modified to work
- The base bot code - Menia
- The client-side library - TerrariaBot
- for server-setup stack
- docker
- docker-compose
- for bot runner
- dotnet 3.1 and above
- visual studio for running, debugging and building
- Running the stack -
docker-compose up -d
- Bringing the stack down -
docker-compose down
This is a visual studio project and should be able to load up directly by importing the Menia.sln file.
Or
Programmatically, dotnet Meina.dll