refact : extract game_rules_moves
This commit is contained in:
parent
e43a742c1e
commit
7790c07dcc
3 changed files with 636 additions and 671 deletions
|
|
@ -1,4 +1,5 @@
|
|||
mod game;
|
||||
mod game_rules_moves;
|
||||
pub use game::{EndGameReason, GameEvent, GameState, Stage, TurnStage};
|
||||
|
||||
mod player;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue