mirror of
https://github.com/SpudGunMan/meshing-around.git
synced 2026-07-21 09:02:33 +02:00
Update mmind.py
resolved https://github.com/SpudGunMan/meshing-around/issues/74
This commit is contained in:
+3
-1
@@ -214,8 +214,10 @@ def compareCodeMMind(secret_code, user_guess):
|
||||
msg += f"Guess:{getEmojiMMind(user_guess)}\n"
|
||||
|
||||
if perfect_pins > 0 and game_won == False:
|
||||
msg += "✅ color ✅ position: {}\n".format(perfect_pins)
|
||||
msg += "✅ color ✅ position: {}".format(perfect_pins)
|
||||
|
||||
if wrong_position > 0:
|
||||
if "✅" in msg:msg += f"\n"
|
||||
msg += "✅ color 🚫 position: {}".format(wrong_position)
|
||||
|
||||
if "✅" not in msg and game_won == False:
|
||||
|
||||
Reference in New Issue
Block a user