UEWBot / dipvis

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

Add support for WebDiplomacy games #245

Closed UEWBot closed 1 year ago

UEWBot commented 1 year ago

Game URLs can currently only be backstabbr URLs. It would be nice to also support webdiplomacy. I suspect that there are virtual tournaments that would prefer to use webdip over backstabbr.

That means being able to parse at least centre counts from webdip, and supporting the colours used by webdip. Ideally, we'd also be able to parse centre ownership and be able to go back through earlier years of a game, like we can with backstabbr.

UEWBot commented 1 year ago

Colours are data, not code. Just means adding a WebDip GameSet and associated SetPowers. May make sense to add that as a fixture.