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

@@ -2,8 +2,7 @@ mod agent;
mod bitboard;
pub mod board;
mod complexagent;
pub mod future_moves;
mod game;
pub mod logic;
mod misc;
mod r#move;
pub mod piece;