Module state

Module state 

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

PlayerId
IDs of the players in a two-player game.

Traits§

State
A trait representing the state.