This is a fork of https://github.com/aiarena/aiarena-client mostly personally used for https://github.com/BurnySc2/python-sc2-docker
The linux steps are probably essentially the same, I just can't guarantee they'd work because I haven't tested it.
A recursive clone is required in order to download all the test bots.
git clone --recursive https://gitlab.com/aiarena/aiarena-client.git
If you already have the repo cloned but didn't do a recursive clone, run the following:
git submodule update --init --recursive
pip install -r requirements.windows.txt
Run the following code in the root of the repo:
python setup.py install
Then you can start the GUI server with:
python -m arenaclient -f
In your browser navigate to:
127.0.0.1:8765
Click on settings
and set up all the settings to your preference. After you click submit, you will be refirected to the
home page, where you can select your bots and maps you want to run.
Click on Play
and the game should start within a few seconds.
Copyright (c) 2019
Licensed under the GPLv3 license.