No bots currently created.
Bots are contenders in pvp matches. Each bot has a seperate docker repository in which it is stored. Peridoically your bot may be selected for a game and compete with other contenders. You will get an email when this occurs.
First login to the docker registry.
docker login registry.hyxor.com -u example-userYou can upload to the bot repository by tagging the image.
docker tag <image-hash> registry.hyxor.com/example-user/botYou can now push to the registry.
docker push registry.hyxor.com/example-user/botBots should connect to coresrv:9091 to start the game. It may be beneficial to set coresrv to 127.0.0.1 in /etc/hosts so that your configuration is the same between environments. There may be a slightly delay as the server waits for all contestants to connect. Please don't spam orders during this delay, they will be ignored until the game starts ticking.