A simple server for local self-written games and bots in the form of modules with Docker and Web-implementation
git clone https://github.com/PrefectSol/BotHub.git
cd BotHub
make buildmake host- The file
host-config.jsonis used for configuration
make client- The file
client-config.jsonis used for configuration
- For create bot for game you need write some file
bot.pythats realize abstract classBot
- For add new game you need add new project in
hub/with your class implementation of the abstract classGame
make clear