Skip to content
This repository was archived by the owner on Feb 5, 2019. It is now read-only.

Latest commit

 

History

History
14 lines (8 loc) · 308 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 308 Bytes

Should work with python2 and python3.

Install deps:

pip install -r requirements.txt

Run with:

python client.py <key> <[training|arena]> <number-of-games-to-play> [server-url]

Examples:

python client.py mySecretKey arena 10
python client.py mySecretKey training 10 http://localhost:9000