mirror of
https://github.com/SpudGunMan/meshing-around.git
synced 2026-08-07 09:22:44 +02:00
Merge branch 'lab' of https://github.com/SpudGunMan/meshing-around into lab
This commit is contained in:
@@ -233,7 +233,7 @@ def playGameMMind(diff, secret_code, turn_count, nodeID, message):
|
||||
if turn_count <= 10:
|
||||
user_guess = getGuessMMind(diff, message)
|
||||
if user_guess == "XXXX":
|
||||
msg += "Invalid guess. Please enter 4 valid colors."
|
||||
msg += f"⛔️Invalid guess. Please enter 4 valid colors letters.\n🔴🟢🔵🔴 is RGBR"
|
||||
return msg
|
||||
check_guess = compareCodeMMind(secret_code, user_guess)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user