UEWBot / dipvis

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

Track destroyed units #298

Open UEWBot opened 3 months ago

UEWBot commented 3 months ago

Can we grab forced retreats off the board from backstabbr? Even if we can’t detect “forced”, it’s still interesting. Would be nice to add to the news, and to be able to report stats (which power has most, which province, numbers, etc)

Are there other interesting stats we can grab from backstabbr?

UEWBot commented 3 months ago

Backstabbr._parse_turn_from_soup() does have some special code for "Retreat-off-the-board", and does return the orders. Need to investigate what gets returned when two units retreat to the same place, and when someone chooses to retreat off the board.