This commit is contained in:
2025-11-06 20:00:39 +01:00
parent a3aa761739
commit d57022f742

View File

@@ -10,7 +10,6 @@ if __name__ == "__main__":
game = Game() game = Game()
try: try:
while True: while True:
# os.system("clear")
game.play_round() game.play_round()
except KeyboardInterrupt: except KeyboardInterrupt: