Thanks to the math skills of Alpha I'm pleased to announce the Round Robin tournament format now supports 3-player games. Hopefully this will be extended to 4 player games at some point in the future.
ps you may need to hit F5 (refresh) to get the updated code on the Create Tournament page.
Awesome, I am glad that the code will work here.
Mongrel and I have been discussing the problem of four player round robin scheduling and it turns out that my initial hope that ideas would easily extend was wishful thinking. It is a harder problem than I had thought, but I will spend some time on it later this summer if Mongrel doesn't solve it without me.
Thanks to Mongrel for the ideas that lead to the implemented code for three player round robin scheduling. This was a team effort and Mongrel deserves credit as well.
Sun 13th Jun 2010 23:19 #3 / 12
Has anyone started one of these? I am interested to see what Tom has done with the output I gave him.
Mon 14th Jun 2010 22:41 #4 / 12
I'll try a 3-legged race.
Mon 14th Jun 2010 22:46 #5 / 12
Hmm. For 15 players, it says there will be 14 rounds in the tournament in which everyone plays. Should be 7.
Tue 15th Jun 2010 02:39 #6 / 12
Good point. What's the calculation for the number of round for n players?
Tue 15th Jun 2010 04:18 #7 / 12
Each round you face 2 new opponents, n-1 opponents (everyone but you), so (n-1)/2 rounds
Tue 15th Jun 2010 04:54 #8 / 12
Perfect thanks.
Wed 28th Dec 2011 19:42 #9 / 12
is 4 player up and running?
Thu 29th Dec 2011 10:40 #10 / 12
4 player scheduling is hard, but partial solutions are available.
Thu 29th Dec 2011 17:26 #11 / 12
what can be done to expedite a solution....if any?
Sun 1st Jan 2012 15:39 #12 / 12
We could hard code known solutions. Next week at the earliest.