haive.games.mancala.example¶
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¶
|
Run the Mancala game demo. |