UEWBot / dipvis

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

Power assignment doesn't consider players playing two games in the round #304

Open UEWBot opened 1 month ago

UEWBot commented 1 month ago

This means that it may assign them to play the same power in both their games.

I suspect this can be avoided by just adding games to the list of previous games as they are seeded (so when seeding game 2, game 1 would have been added to the list).