Efficiently creates incomplete/complete round robin matchups.
git clone https://github.com/avadavat/round-robin-generator
cd round-robin-generator
pip install -r requirements.txt
python round_robin_generator.py -p tests/players.txt -r 3
Use -i
to specify the algorithm used for round robin generation.
Options are CIRCLE
and DEFAULT_SCRAMBLE
. Default_Scramble is run when the -i
parameter is omitted.