You mentioned multiples of n players, I only see that this works if the players are split into equal sized groups and there is a separate schedule for each group.
Yea, I didn't word that well. I meant say I if have 32 teams and 8 games I could just break it into two groups of 16 and use the top 8 or bottom 8 lines in your ready made table per group. That ensures all 32 teams play each game once and never repeat an opponent. And I could use the other tables you have in that thread with the other number of games.
The goal I have is to always have each team play each game once and never repeat a match-up so I was thinking out loud that I could use your already made tables since doing it manually seems to be above my level. But to use your tables, the number of teams would always have to double the number of games to start and then the number of teams would have to double from there on, right?
So what I meant is that if I have 5 games I want to play I could set it up with either
10 teams
20 teams
30 teams
etc
and then just break it into groups of 10 and use your table for 10 teams to make sure no one repeats anything
I'm probably confusing myself at this point but basically what I am getting at is if I wanted to have a little tournament with say:
20 teams
8 games
Each team plays each game once so 8 rounds total
Each team does not repeat a matchup
there is nothing that would spit that out for me, I would need to do it manually, correct? Or have I gone and confused myself?