fix: 2 bots play
This commit is contained in:
parent
447ec8cc58
commit
a3bcdb8912
6 changed files with 51 additions and 21 deletions
|
|
@ -1,5 +1,6 @@
|
|||
mod game;
|
||||
mod game_rules_moves;
|
||||
pub use game_rules_moves::MoveRules;
|
||||
mod game_rules_points;
|
||||
pub use game::{EndGameReason, GameEvent, GameState, Stage, TurnStage};
|
||||
pub use game_rules_points::PointsRules;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue