haive.games.risk.engines¶

Risk game engines.

This module defines engine configurations for the Risk game, including state management, analysis, and strategic planning.

Functions¶

risk_engines([config])

Create a set of engines for the Risk game.

Module Contents¶

haive.games.risk.engines.risk_engines(config=None)[source]¶

Create a set of engines for the Risk game.

Parameters:

config (haive.games.risk.config.RiskConfig | None) – Optional configuration for the Risk game. If not provided, default configuration will be used.

Returns:

A dictionary of engine configurations for the Risk game.

Return type:

dict[str, Any]