haive.games.mafia.simple_demo¶

Simple demonstration of the Mafia game module.

This script provides a simplified demonstration of the Mafia game functionality without relying on the full LangGraph integration. It shows the basic game flow and state transitions.

Functions¶

run_simple_demo()

Run a simplified demonstration of the Mafia game.

visualize_state(state)

Simple visualization of the game state.

Module Contents¶

haive.games.mafia.simple_demo.run_simple_demo()¶

Run a simplified demonstration of the Mafia game.

haive.games.mafia.simple_demo.visualize_state(state)¶

Simple visualization of the game state.

Parameters:

state (haive.games.mafia.state.MafiaGameState)