wip points rules

This commit is contained in:
Henri Bourcereau 2024-05-20 19:04:46 +02:00
parent 7790c07dcc
commit aff489f134
7 changed files with 62 additions and 10 deletions

View file

@ -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};