Skip to main content

Module phase_handler

Module phase_handler 

Source
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§

PhaseHandler
Tracks phase-specific state for a game. Mirrors Java’s PhaseHandler fields.