From 1c4c81441792b7bf6b603a6694314aac3e786e2b Mon Sep 17 00:00:00 2001 From: Henri Bourcereau Date: Sun, 8 Mar 2026 21:23:31 +0100 Subject: [PATCH] fix: training_common::white_checker_moves_to_trictrac_action --- store/src/training_common.rs | 55 ++++++++++++++++++++++++++++++++++-- 1 file changed, 52 insertions(+), 3 deletions(-) diff --git a/store/src/training_common.rs b/store/src/training_common.rs index 6a5b537..69765fc 100644 --- a/store/src/training_common.rs +++ b/store/src/training_common.rs @@ -224,7 +224,10 @@ pub fn get_valid_actions(game_state: &GameState) -> anyhow::Result anyhow::Result