train command

This commit is contained in:
Henri Bourcereau 2025-05-26 20:44:35 +02:00
parent 480b2ff427
commit ab959fa27b
9 changed files with 846 additions and 422 deletions

View file

@ -1,4 +1,4 @@
mod strategy;
pub mod strategy;
use store::{CheckerMove, Color, GameEvent, GameState, PlayerId, PointsRules, Stage, TurnStage};
pub use strategy::default::DefaultStrategy;