Page 1 of 1
Fixed league schedule
Posted: Thu Jan 25, 2007 9:03 pm
by giddi
im looking for a programm tha can set up fixed league games, for my real bb league.
So that every one plays every one once but, one player dont play twice in one round
i tried it by "Hand" but its qut hard.
so if u know a tool that can do these it would be great.
thx
Posted: Fri Jan 26, 2007 8:15 am
by Ziggi Abschuss
Just google "league scheduler" and you get tons of both commercial and free programs to do this if doing it manually is too hard...
Ziggi
Posted: Wed Feb 07, 2007 9:35 am
by The Leather Duke
It's not that difficult, really.
For a round-robin scedule, write down the players in two columns.
Use the upper left as an "anchor", then rotate all the others one step (direction is not important, just keep rotating in the same direction) for each game-setup.
For example (6 teams, team 1 is anchor, rotating left):
Code: Select all
1st: 2nd: 3rd: 4th: 5th: 6th:
1 4 1 5 1 6 1 3 1 2 1 4
2 5 4 6 5 3 6 2 3 4 2 5
3 6 2 3 4 2 5 4 6 5 3 6
As you can see, the 6th turn is the same as the 1st turn, you need five games for every team to let everyone meet everyone once.
Now that was easy, wasn't it?