check physical move

This commit is contained in:
Henri Bourcereau 2024-01-27 20:22:20 +01:00
parent 6f504acf12
commit 06aeed95a5
8 changed files with 131 additions and 83 deletions

View file

@ -8,4 +8,6 @@ mod error;
pub use error::Error;
mod board;
pub use board::CheckerMove;
mod dice;