From 774dc39f0df54a9814b0fd9905d0cb4e76de6130 Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Tue, 25 Mar 2025 09:56:08 -0400 Subject: [PATCH] main: update comment --- src/main.rs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/main.rs b/src/main.rs index 7081fd3..c5d1315 100644 --- a/src/main.rs +++ b/src/main.rs @@ -12,11 +12,8 @@ mod logic; pub mod repr; // TODO! make this agent configuration a config option via `clap-rs` +// or maybe even like a TUI menu? fn main() { - allocs::run(); - return; - // elo::run(); - // return; let player1 = complexagent::ComplexAgent::new( Piece::Black, FutureMoveConfig {