This commit is contained in:
Henri Bourcereau 2024-03-11 20:45:36 +01:00
parent 44c040b414
commit a886526fcf
5 changed files with 205 additions and 97 deletions

View file

@ -11,3 +11,4 @@ mod board;
pub use board::CheckerMove;
mod dice;
pub use dice::{Dice, DiceRoller};