We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bbe388 commit 7f288baCopy full SHA for 7f288ba
src/mastermind/main/main.py
@@ -49,11 +49,11 @@ def new_game_menu(self) -> bool:
49
return True
50
elif choice == "AI vs You":
51
# GameController.start_new_game("AIvH")
52
- print("This feature is not implemented yet.")
+ print("This feature is not implemented yet.")
53
54
elif choice == "Solve External Game":
55
# GameController.start_new_game("AIvAI")
56
57
58
elif choice == "Return to Main Menu":
59
return False # terminate the loop
0 commit comments