Expand description
PhaseHandler — manages game turn and phase progression.
Mirrors Java’s PhaseHandler.java.
The core turn state machine lives in crate::game_loop::GameLoop;
this module provides the phase-specific state tracking that the
game loop delegates to.
Structs§
- Phase
Handler - Tracks phase-specific state for a game.
Mirrors Java’s
PhaseHandlerfields.