Game Controller is a manual referee that make the connections between AgentClients and the FIRASim.
git submodule update --recursive --init
pip3 install virtualenv
cd /path/to/gameController/directory
virtualenv env
source env/bin/activate
pip3 install -r requirements.txt
cd src
python3 referee.py