UEWBot / dipvis

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

Add new tournament scoring system #309

Closed UEWBot closed 1 month ago

UEWBot commented 2 months ago

Best game score overall plus second best game score overall plus half the average of any other game scores, all regardless of the round in which they were played.

UEWBot commented 1 month ago

"Regardless of the round in which they were played" means that it's more like TScoringSumGames than TScoringSum. The difference is the "plus half the average of any other game scores".

We could parameterise TScoringSumGames with the fraction of the average of the other games that gets added, in which case the existing system would be "0" and this new one would be "0.5".