split off logic

This commit is contained in:
2025-02-20 16:00:01 -05:00
parent 47faa2af75
commit 73faf4c1fb
6 changed files with 7 additions and 7 deletions

View File

@@ -5,10 +5,9 @@ mod agent;
mod bitboard;
mod board;
mod complexagent;
pub mod future_moves;
mod game;
mod logic;
mod misc;
mod r#move;
mod piece;
fn main() {