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

@@ -1,5 +1,6 @@
mod agent;
mod complexagent;
mod game;
mod game_inner;
pub mod logic;
pub mod repr;