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.")