haive.games.mastermind.example ============================== .. py:module:: haive.games.mastermind.example .. autoapi-nested-parse:: Example script for running the Mastermind game. This script demonstrates how to initialize and run the Mastermind game with various configuration options. Functions --------- .. autoapisummary:: haive.games.mastermind.example.main haive.games.mastermind.example.parse_args Module Contents --------------- .. py:function:: main() Run the Mastermind game with the specified configuration. .. py:function:: parse_args() Parse command line arguments.