Fix bugs with FifoPlayer and Networking
[progcomp2013.git] / vars
1 root_dir=$(pwd)
2 results_dir="web/results"
3 agent_dir="agents"
4 qchess="qchess/qchess.py"
5 webserver=$(hostname) # Where log files need to be copied
6 swarm_hosts="local"
7
8 games_per_pair=1
9 win_score=3
10 loss_score=1
11 draw_score=1
12 illegal_score=0

UCC git Repository :: git.ucc.asn.au