feat(tournaments/round_robin): broadcast scores every round

This commit was merged in pull request #13.
This commit is contained in:
2025-12-31 16:47:50 -05:00
committed by GitHub
Unverified
2 changed files with 19 additions and 13 deletions

View File

@@ -11,7 +11,6 @@ use tracing::{error, info};
// TODO: Support reconnecting behaviors
// TODO: Other tournament types
// TODO: Max move wait time
// TODO: Show tournament scoreboard after every round of games
// TODO: Tiebreakers, guarantee some amount of going first
// TODO: Send moves instantly, sleep only till waiting time