rearranged clearing of the hand and terminal
This commit is contained in:
@@ -9,5 +9,5 @@ if __name__ == "__main__":
|
||||
|
||||
game = Game()
|
||||
while True:
|
||||
os.system("clear")
|
||||
# os.system("clear")
|
||||
game.play_round()
|
||||
|
||||
Reference in New Issue
Block a user