Expand description
Game State Module
This module implements the state components and traits, providing the necessary interface for the game-specific state and logic.
Enums§
- Player
Id - IDs of the players in a two-player game.
Traits§
- State
- A trait representing the state.