haive.games.mastermind.example¶

Example script for running the Mastermind game.

This script demonstrates how to initialize and run the Mastermind game with various configuration options.

Functions¶

main()

Run the Mastermind game with the specified configuration.

parse_args()

Parse command line arguments.

Module Contents¶

haive.games.mastermind.example.main()[source]¶

Run the Mastermind game with the specified configuration.

haive.games.mastermind.example.parse_args()[source]¶

Parse command line arguments.