cleanup
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user