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 a simplified demonstration of the Mafia game. |
|
|
Simple visualization of the game state. |
Module Contents¶
- games.mafia.simple_demo.run_simple_demo()¶
Run a simplified demonstration of the Mafia game.
- games.mafia.simple_demo.visualize_state(state)¶
Simple visualization of the game state.
- Parameters: