haive.games.mafia.simple_demo ============================= .. py:module:: haive.games.mafia.simple_demo .. autoapi-nested-parse:: 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 --------- .. autoapisummary:: haive.games.mafia.simple_demo.run_simple_demo haive.games.mafia.simple_demo.visualize_state Module Contents --------------- .. py:function:: run_simple_demo() Run a simplified demonstration of the Mafia game. .. py:function:: visualize_state(state) Simple visualization of the game state.