UEWBot / dipvis

Django-based visualiser for tournaments for the boardgame Diplomacy
GNU General Public License v3.0
7 stars 4 forks source link

New TournamentScoringSystem - best single game score counts #284

Closed UEWBot closed 3 months ago

UEWBot commented 5 months ago

Tie break being second best game score

UEWBot commented 5 months ago

This is TScoringSumGames() with N=1. The tie break thing is interesting, though. We might actually want to be able to specify a "tie break scoring system" that is used to resolve ties. In this case, that would be TSoringSumGames() with N=2. That's not very friendly from a user-interface perspective, though. As we only have two scoring systems for Tournaments, we may be able to hide the mechanics of it...

UEWBot commented 3 months ago

Commit 4d257a12c85925745c19454249ced867f4e95207 adds this