feat(client_web): highlight valid moves

This commit is contained in:
Henri Bourcereau 2026-04-01 21:42:08 +02:00
parent 9fe79ffc7a
commit 082dc5a384
3 changed files with 171 additions and 29 deletions

View file

@ -12,7 +12,7 @@ mod error;
pub use error::Error;
mod board;
pub use board::CheckerMove;
pub use board::{Board, CheckerMove};
mod dice;
pub use dice::{Dice, DiceRoller};