split off game_inner

This commit is contained in:
2025-03-02 21:38:04 -05:00
parent ed1c785cb3
commit f6c2ef753d
4 changed files with 134 additions and 97 deletions

View File

@@ -5,6 +5,7 @@ use repr::Piece;
mod agent;
mod complexagent;
mod game;
mod game_inner;
mod logic;
pub mod repr;