Game Servers

Matches are run using Github actions x64_64 runners.

Each bot gets access to up to 1 GB of ram and 1/3 of a single CPU core. Be careful when coding your bot that you can complete all your necessary logic within the timeout with limited CPU time.

Your bot will not have network access when running. If you need access to additional files, be sure to include them in your docker image.