This commit is contained in:
SpudGunMan
2024-10-01 11:16:26 -07:00
parent 3bcb04ece7
commit eb4f135698
2 changed files with 8 additions and 5 deletions
+2 -2
View File
@@ -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)):