fixPegBug

this has been bothering me
This commit is contained in:
SpudGunMan
2024-10-05 02:40:02 -07:00
parent ea0c06444a
commit 8f47bc5799
-1
View File
@@ -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"