cli move checkers

This commit is contained in:
Henri Bourcereau 2024-03-09 22:20:11 +01:00
parent 68d361b562
commit be0264f9a7
5 changed files with 120 additions and 15 deletions

View file

@ -2,7 +2,7 @@ mod game;
pub use game::{EndGameReason, GameEvent, GameState, Stage};
mod player;
pub use player::{Player, Color};
pub use player::{Color, Player, PlayerId};
mod error;
pub use error::Error;