yasuki_core.engine.rules.state.GameState.start#
- classmethod GameState.start(table, first_player, *, seed=0)[source]#
Begin a game on
table: turn 1,first_playeractive, the Action phase, and an empty gold pool for every seat.- Parameters:
- table
TableState The dealt board to play on.
- first_player
PlayerId The seat taking the first turn.
- seed
int, optional The master RNG seed for deterministic replay. Default 0.
- table