UEWBot / dipvis

Django-based visualiser for tournaments for the boardgame Diplomacy
GNU General Public License v3.0
7 stars 4 forks source link
boardgame diplomacy-game django python python3 tabletop tabletop-gaming tournament-manager

Diplomacy Tournament Visualiser

Inspired by the TV coverage for sports events, Dipvis was originally designed to provide something analagous for Diplomacy tournaments. The goal of Dipvis is to allow spectators (and players) to follow the tournament. However, Dipvis has evolved beyond to be a Tournament Director aid - seeding boards, scoring tournaments, etc. The live tracking of scores is also used a lot by players at tournaments.

This project has been used for several tournaments already at https://diplomacytv.com/

This project was created using python code, HTML, and Django templates.

You can:

Dipvis will automatically generate "commentary" on things related to player history and can read from the World Diplomacy Database if given:

When viewing a tournament, the window can be subdivided into frames and each frame can show an aspect of a game, round, or tournament.

Instructions

Can be found here

This section contains useful information for setting up Dipvis for a game.

User guide

Can be found here

This section contains a manual that goes into more detail about how to track the game and some basic concepts about the game. It also holds some do's and don'ts regarding how Dipvis should be used.

Setup for testing

  1. Ensure Python is installed.

  2. Install the requirements.

    • pip install -r requirements.txt
  3. Proceed to testing.

Testing

Can be found here

Licensing

License