mastermind.main package¶
- class mastermind.main.game_controller.GameController[source]¶
Bases:
object
Communication between MainUI and the gameboard.
- class mastermind.main.game_history.GameHistoryManager[source]¶
Bases:
object
Store and retrieve game history.
- mastermind.main.game_storage.list_continuable_games(stored_games)[source]¶
Return a list of the stored games that can be continued.
- mastermind.main.game_storage.list_continuable_games_index(stored_games)[source]¶
Return a list of indexes of the stored games that can be continued.