Yes, I'm storing the match ups in a table.
What I have so far is I collect the number of desired teams and number of games for each team. 10 teams and 5 games each in this example.
I loop through and create a table of unique match ups regardless of the number of games.
It looks something like this:
Col 1 is Match
Col 2 is Home
Col 3 is Away
Table Data:
...
User Profile
Collapse
-
Creating team match ups using unique combinations
I need to create unique team versus team match ups for tournaments that I hold.
For a given number of teams I need to find a given number games.
Example:
10 Teams 5 games each would mean each team would play games against 5 unique opponents.
I can load a table with unique combinations but struggle with the logic when it comes to picking each team's match ups. What happens is you run out...
No activity results to display
Show More
Leave a comment: