diff --git a/src/main.rs b/src/main.rs index 87a253f..055cdba 100644 --- a/src/main.rs +++ b/src/main.rs @@ -8,12 +8,6 @@ use tokio::net::{TcpListener, TcpStream}; use tokio_tungstenite::{accept_async, tungstenite::Message}; use tracing::{error, info}; -// TODO: Support reconnecting behaviors -// TODO: Other tournament types -// TODO: Max move wait time -// TODO: Tiebreakers, guarantee some amount of going first -// TODO: Send moves instantly, sleep only till waiting time - #[tokio::main] async fn main() -> Result<(), anyhow::Error> { // Initialize logging