haive.games.mancala.example =========================== .. py:module:: haive.games.mancala.example .. autoapi-nested-parse:: Example of playing a Mancala game. This script demonstrates how to initialize and run a Mancala game with the Haive framework. It provides a rich terminal UI and handles various configuration options. Usage: python example.py [--stones=4] [--no-analysis] [--no-visual] [--debug] Options: --stones=N Set the number of stones per pit (default: 4) --no-analysis Disable position analysis --no-visual Disable visualization --debug Enable debug output Functions --------- .. autoapisummary:: haive.games.mancala.example.main Module Contents --------------- .. py:function:: main() Run the Mancala game demo.