Skip to content

RetroTournaments/tournament-scheduler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tournament Scheduler

Attempts to assign players to seats to have them compete in a roughly fair way.

Usage

Simple makefile to compile. Might need to modify for other platforms?

make
./tsched

To actually use it, put the list of players into a file with each name on one line. Then the most relevant command is:

./tsched -p players.txt -r num_rounds -s num_seats -o output.txt

Interrupt the optimization with ctrl-c and check out one of the scripts (like old/mkany.sh) which combined with old/doany.sh is how I handled this at PACE 2024. Hoping to clean things up eventually.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published