mirror of
https://github.com/SpudGunMan/meshing-around.git
synced 2026-08-12 03:42:55 +02:00
🪣
This commit is contained in:
+2
-2
@@ -264,8 +264,8 @@ def playGameMMind(diff, secret_code, turn_count, nodeID, message):
|
||||
if mindTracker[i]['nodeID'] == nodeID:
|
||||
mindTracker[i]['turns'] = turn_count
|
||||
elif won == False:
|
||||
msg += f"\nGame Over! The code was: {getEmojiMMind(secret_code)}"
|
||||
msg += "\nYou have run out of turns."
|
||||
msg += f"🙉Game Over🙈\nThe code was: {getEmojiMMind(secret_code)}"
|
||||
msg += "\nYou have run out of turns.😿"
|
||||
msg += "\nWould you like to play again? (N)ormal, (H)ard, or e(X)pert?"
|
||||
# reset turn count in tracker
|
||||
for i in range(len(mindTracker)):
|
||||
|
||||
Reference in New Issue
Block a user