mirror of
https://github.com/SpudGunMan/meshing-around.git
synced 2026-08-07 17:32:52 +02:00
fixPegBug
this has been bothering me
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user