pub fn initialize_game(
state: GameState,
rules: &Ruleset,
seed: u64,
) -> GameStateExpand description
Initialize a game by:
- Shuffling each player’s deck
- Drawing starting hands
- Determining the first player
- Setting up the initial turn state