Fixed league schedule

However you play online - Java, Vassal, Email, Cyanide etc - talk about it here.
This is also the place for discussing the various tools for managing leagues, teams and so on.

Moderator: TFF Mods

Post Reply
giddi
Rookie
Rookie
Posts: 2
Joined: Wed Dec 20, 2006 8:50 pm

Fixed league schedule

Post 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

Reason: ''
User avatar
Ziggi Abschuss
Emerging Star
Emerging Star
Posts: 380
Joined: Wed Jul 02, 2003 6:26 am
Location: Helsinki, Finland

Post 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

Reason: ''
[url=http://www.sloganizer.net/en/][img]http://www.sloganizer.net/en/image,Nuffle-spc-Sucks,white,black.png[/img][/url]
The Leather Duke
Rookie
Rookie
Posts: 8
Joined: Tue Aug 23, 2005 9:19 am

Post 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?

Reason: ''
Post Reply