Removed test

master
Tibor Bizjak 2019-09-12 13:01:05 +02:00
parent 22c62bb513
commit 715a4517aa
1 changed files with 0 additions and 8 deletions

View File

@ -528,11 +528,3 @@ class Game:
return True return True
game = Game()
while True:
i = input(">> ")
game.AN_move(i)
if i =="prev":
game.prev()
print(game)
print(game.index, len(game.history), len(game.moves))