games.clue.runner¶
Runner script for the Clue game.
This script demonstrates how to initialize and run a Clue game.
Functions¶
|
Run the Clue game as a demonstration. |
|
Run a complete Clue game with the specified players. |
Module Contents¶
- async games.clue.runner.main()¶
Run the Clue game as a demonstration.
- async games.clue.runner.run_clue_game(player_names, max_turns=20, num_ai_players=0)¶
Run a complete Clue game with the specified players.