From 466b07b8332f14232831a96a0724d6af7bde0f13 Mon Sep 17 00:00:00 2001 From: Joshua Higgins Date: Wed, 31 Dec 2025 16:27:24 -0500 Subject: [PATCH] misc: cleanup todos --- src/main.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index c61adc9..d65cf48 100644 --- a/src/main.rs +++ b/src/main.rs @@ -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