To run a tournament (round-robin in small groups; winners advance): - setenv PATH /home/comp210/Homeworks/Connect5/Bin:$PATH ; rehash - [done:] have the students name in "roll". - [done:] run checkForProgram.sh - [done:] cd Tournament - [done:] Everybody that passes runTests is put in the file Tournament/intoT - [done:] run "split -l 5 intoT split-intoT", which creates file split-intoT?? - "runTourney-split.sh &". Results get stored into split-intoT??.results; You can run "gethowmuchdone" to see progress. You can run "getallscores" to see the results. You can re-run an individual round-robin with "runTourney-n.sh ??". - for Playoffs, move into a subdir of Tourney, Put the winners of the round into a new file "intoT", and repeat. Notes: - set the board-size and time-limit inside both match-text and match-gui. - Use the -q (quiet) flag to tourney (or, just match).