username115 / swiss_tournament

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Swiss Tournament

This application is intended to help facilitate running swiss-style tournaments
It was originally developed for Magic the Gathering. As such, the current implementation uses MtG rules for validating scores, as well as only determining future pairings based on total match score without tiebreakers.

Dependencies

  • C++14 (or newer) compliant compiler (tested using g++ 9.4.0)
  • CMake 3.16.0+ (tested with CMake 3.16.3)
  • Qt 6.0+ (tested with Qt 6.1.2)

About

License:MIT License


Languages

Language:C++ 98.6%Language:CMake 1.4%