From 8f47bc5799e3346a27bfbdeee1f15beab19b48f1 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Sat, 5 Oct 2024 02:40:02 -0700 Subject: [PATCH] fixPegBug this has been bothering me --- modules/games/mmind.py | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/games/mmind.py b/modules/games/mmind.py index 8b5516d..0fc0f85 100644 --- a/modules/games/mmind.py +++ b/modules/games/mmind.py @@ -206,7 +206,6 @@ def compareCodeMMind(secret_code, user_guess): if temp_guess[i] == temp_code[j]: wrong_position += 1 temp_code[j] = "0" - break # display feedback if game_won: msg += f"Correct{getEmojiMMind(user_guess)}\n"