From bc7716a894387ff87bfda1ab646721577a650693 Mon Sep 17 00:00:00 2001 From: Owen Feldman Date: Fri, 17 Apr 2026 18:25:43 -0400 Subject: [PATCH] Message --- game.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/game.py b/game.py index 82ec89c..f1603ef 100644 --- a/game.py +++ b/game.py @@ -131,9 +131,11 @@ class Game: self.cat = data.save.load(save) self.game_loop() elif choice == "Quit": - quit() + return if __name__ == "__main__": game = Game() game.run() + if os.path.exists("WEB_VERSION"): + print("You have quit the game, please reload the page to play again.")