feat(client_web): highlight valid moves
This commit is contained in:
parent
9fe79ffc7a
commit
082dc5a384
3 changed files with 171 additions and 29 deletions
|
|
@ -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};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue