UEWBot / dipvis

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

Export games as JSON for DBN #312

Open UEWBot opened 1 month ago

UEWBot commented 1 month ago

Include the backstabbr link, the round, and the names and locations of each player

UEWBot commented 3 weeks ago

See https://docs.djangoproject.com/en/5.1/topics/serialization/ JSON is one of the options.

UEWBot commented 3 weeks ago

Looks like we'd need to include Game, GamePlayer, Round, GreatPower, and Player objects.