Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 769 Bytes

File metadata and controls

22 lines (16 loc) · 769 Bytes

TournamentManager

A simple tool to manage private tournaments or games

Features

Participant creation

  • Easily create unlimited participants with the "Add Participant"

Draw rounds

  • Draw rounds until everyone played against everyone else

Save scores

  • You can save scores from 1-10 for each participant in the match (might make this configurable in the future)

Table

  • The winner of each game receives points. The table sorts the participants depending on points. (might make this configurable in the future)

Printable/Exportable

  • Easily print the current table
  • Easily print the current round

Save tournaments

  • You can save and load tournaments with the save tournament button (mighty add a import tournament button in the future)