wip points rules
This commit is contained in:
parent
7790c07dcc
commit
aff489f134
7 changed files with 62 additions and 10 deletions
|
|
@ -1,6 +1,8 @@
|
|||
mod game;
|
||||
mod game_rules_moves;
|
||||
mod game_rules_points;
|
||||
pub use game::{EndGameReason, GameEvent, GameState, Stage, TurnStage};
|
||||
pub use game_rules_points::PointsRules;
|
||||
|
||||
mod player;
|
||||
pub use player::{Color, Player, PlayerId};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue