the msg window that opens is bugged and the text is like 3 rows long. Same in few other cards that give options, can't remember the exact ones unfortunately.
Marcins, can you please make a statement why we are playing +1 round on the dailies.. just share with us the formula/reason for that. Thank you and keep on the amazing work!
The formula is simple:
n - number of competitors at start of tournament
rounds = roundUp(log2(n))+1
So why is there +1? That makes the whole last round without any sense, and after that round there are like 3 people sharing first prize because the only unbeaten player is always downpaired with someone with a lose (usually the 3rd or even the 4th of the standings) since the 2nd will be the one who played the last round before that.... That makes no sense, I as an ex-tournament organizer I haven't seen any tournament on any game to play with this formula. Against that makes no sense besides giving opportunity the winner to be decided by tiebreakers instead of the last player unbeaten!
An example - 8 players:
rounds = roundUp(log2(8))+1
r = roundUp(3) +1
r = 4.
So 1st round
1vs8
2vs7
3vs6
4vs5
-------------------
half of the players lost,
round 2
-------------------
1vs2
3vs4
-------------------
round 3 : 1vs3
=================
winner and only unbeaten player - 1, oh noes we need to play 4th round :
1 played with3, played with 2 so he needs to play with 4 (who is the 4th in the standings)
for 9 players, its exactly the same thing, but in the 5th round...