diff --git a/game.py b/game.py index 0ca1da0..3637afa 100644 --- a/game.py +++ b/game.py @@ -70,7 +70,7 @@ def handle_save_and_exit(): break if game.all_filled() == True: - print("What a shame. Noone won. Try again?") + print("The only winning move is not to play. Try again?") break # Otherwise, pass turn