This commit is contained in:
SpudGunMan
2025-10-12 16:25:43 -07:00
parent 50fd1c0410
commit 717bbccea3
+1 -1
View File
@@ -156,7 +156,7 @@ class TicTacToe:
if winner == X:
g["won"] += 1
return "🎉You won! (n)ew (e)nd"
elif winner == X:
elif winner == O:
return "🤖Bot wins! (n)ew (e)nd"
else:
return "🤝Tie, The only winning move! (n)ew (e)nd"