haive.games.fox_and_geese.enhanced_example ========================================== .. py:module:: haive.games.fox_and_geese.enhanced_example .. autoapi-nested-parse:: Enhanced example runner for Fox and Geese game with Rich UI visualization. Functions --------- .. autoapisummary:: haive.games.fox_and_geese.enhanced_example.demo_ui_features haive.games.fox_and_geese.enhanced_example.run_fox_and_geese_game Module Contents --------------- .. py:function:: demo_ui_features(delay = 0.5) Demonstrate UI features with a sample game state. :param delay: Delay between demonstrations in seconds .. py:function:: run_fox_and_geese_game(agent, delay = 1.5, use_rich_ui = True) Run a Fox and Geese game with visualization. :param agent: Configured FoxAndGeeseAgent :param delay: Delay between moves in seconds :param use_rich_ui: Whether to use the enhanced Rich UI (vs. the basic UI) :returns: The final game state