kyrsideris / vindinium-starter-python

Python starter bot for Vindinium

Home Page:vindinium.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Python starter bot for Vindinium

vindinium.org