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
Fixed league schedule
Moderator: TFF Mods
- Ziggi Abschuss
- Emerging Star
- Posts: 380
- Joined: Wed Jul 02, 2003 6:26 am
- Location: Helsinki, Finland
-
- Rookie
- Posts: 8
- Joined: Tue Aug 23, 2005 9:19 am
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):
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?
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
Now that was easy, wasn't it?
Reason: ''