You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally posted by ricardofellinidev March 3, 2024
Hello guys,
I'm doing some tests to see the Seed Order and I have a doubt:
Here is my dataset that I'm testing:
On my real scenario it will come from a Ranking database ordering by points, so the Player top 1 of the ranking will be the first on the Bracket which is working, for the tournament to be more competitive, Player 2 should be in the second block to avoid conflict with the first in the ranking at the beginning, if I make a bracket of 16 players this works, if there are more, it doesn't.
Example 16 Players:
As you can see the Player 1 and Player 2 will match only in the finals:
Example 32 Players:
In this case they will match on the quarters.
Discussed in #198
Originally posted by ricardofellinidev March 3, 2024
Hello guys,
I'm doing some tests to see the Seed Order and I have a doubt:
Here is my dataset that I'm testing:
On my real scenario it will come from a Ranking database ordering by points, so the Player top 1 of the ranking will be the first on the Bracket which is working, for the tournament to be more competitive, Player 2 should be in the second block to avoid conflict with the first in the ranking at the beginning, if I make a bracket of 16 players this works, if there are more, it doesn't.
Example 16 Players:
As you can see the Player 1 and Player 2 will match only in the finals:
Example 32 Players:
In this case they will match on the quarters.
My code to seed:
Am I doing something wrong here?
Really appreciate your help.
Thank you!
The text was updated successfully, but these errors were encountered: