Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 628 Bytes

README.md

File metadata and controls

38 lines (27 loc) · 628 Bytes

Game Controller

GameController

Usage

Game Controller is a manual referee that make the connections between AgentClients and the FIRASim.

Installation

Clone Sub Modules

git submodule update --recursive --init 

creating virtualenv

Linux and macOS

pip3 install virtualenv
cd /path/to/gameController/directory
virtualenv env
source env/bin/activate
pip3 install -r requirements.txt

run the app

Linux and macOS

cd src
python3 referee.py