Move 1, polacm15 is playing.. Cards available to polacm15 Player polacm15 returned [24, 9, [[4, 1, 4, 2], [1, 1, 4, 4], [4, 4, 1, 1], [2, 4, 1, 4]]] in 0.105 ms Player polacm15 old score 0, gained 0, new score 0 |
Move 2, binoveva is playing.. Cards available to binoveva Player binoveva returned [20, 6, [[2, 3, 2, 1], [3, 3, 2, 2], [2, 2, 3, 3], [1, 2, 3, 2]]] in 10.480 ms Player binoveva old score 0, gained 0, new score 0 |
Move 3, polacm15 is playing.. Cards available to polacm15 play() took 3.000s which is more than allowed timeout 1.7s Traceback (most recent call last): File "game.py", line 396, in oneMove player.py", line 110, in play score = self.scoreCheck(row, col, card, self.gameBoard) #vypocet skore aktualniho polozeni player.py", line 229, in scoreCheck simulatedGameboard = copy.deepcopy(gameBoard) File "/software/python-3.6.2/gcc/lib/python3.6/copy.py", line 150, in deepcopy y = copier(x, memo) File "/software/python-3.6.2/gcc/lib/python3.6/copy.py", line 215, in _deepcopy_list append(deepcopy(a, memo)) File "/software/python-3.6.2/gcc/lib/python3.6/copy.py", line 150, in deepcopy y = copier(x, memo) File "/software/python-3.6.2/gcc/lib/python3.6/copy.py", line 215, in _deepcopy_list append(deepcopy(a, memo)) File "/software/python-3.6.2/gcc/lib/python3.6/copy.py", line 146, in deepcopy cls = type(x) File "game.py", line 242, in handler TimeException: TimeOut Error occured in situation: self.tournament = True self.timeout = 1.7 self.boardRows = 33 self.boardCols = 33 self.cardsOnDesk = [[24, 9, [[4, 1, 4, 2], [1, 1, 4, 4], [4, 4, 1, 1], [2, 4, 1, 4]]], [20, 6, [[2, 3, 2, 1], [3, 3, 2, 2], [2, 2, 3, 3], [1, 2, 3, 2]]]] self.cardsAtHand = [[[2, 3, 2, 1], [3, 3, 2, 2], [2, 2, 3, 3], [1, 2, 3, 2]], [[1, 4, 1, 2], [4, 4, 1, 1], [1, 1, 4, 4], [2, 1, 4, 1]], [[2, 4, 2, 1, 3], [4, 4, 2, 1, 1], [1, 4, 2, 1, 4]], [[1, 4, 1, 3], [4, 4, 1, 1], [1, 1, 4, 4], [3, 1, 4, 1]], [[2, 1, 2, 4, 3], [1, 1, 2, 4, 4], [4, 1, 2, 4, 1]], [[4, 2, 4, 1], [2, 2, 4, 4], [4, 4, 2, 2], [1, 4, 2, 4]], [[3, 1, 3, 4, 2], [1, 1, 3, 4, 4], [4, 1, 3, 4, 1]], [[3, 4, 3, 2], [4, 4, 3, 3], [3, 3, 4, 4], [2, 3, 4, 3]], [[1, 3, 1, 2, 4], [3, 3, 1, 2, 2], [2, 3, 1, 2, 3]], [[1, 3, 1, 4, 2], [3, 3, 1, 4, 4], [4, 3, 1, 4, 3]], [[3, 4, 3, 1], [4, 4, 3, 3], [3, 3, 4, 4], [1, 3, 4, 3]], [[2, 4, 2, 3], [4, 4, 2, 2], [2, 2, 4, 4], [3, 2, 4, 2]], [[1, 3, 1, 4], [3, 3, 1, 1], [1, 1, 3, 3], [4, 1, 3, 1]], [[3, 2, 3, 4], [2, 2, 3, 3], [3, 3, 2, 2], [4, 3, 2, 3]], [[2, 4, 2, 1], [4, 4, 2, 2], [2, 2, 4, 4], [1, 2, 4, 2]], [[3, 1, 3, 2], [1, 1, 3, 3], [3, 3, 1, 1], [2, 3, 1, 3]], [[4, 3, 4, 2, 1], [3, 3, 4, 2, 2], [2, 3, 4, 2, 3]], [[1, 4, 1, 2, 3], [4, 4, 1, 2, 2], [2, 4, 1, 2, 4]], [[1, 2, 1, 3, 4], [2, 2, 1, 3, 3], [3, 2, 1, 3, 2]], [[2, 3, 2, 4, 1], [3, 3, 2, 4, 4], [4, 3, 2, 4, 3]], [[2, 3, 2, 1, 4], [3, 3, 2, 1, 1], [1, 3, 2, 1, 3]], [[3, 4, 3, 2, 1], [4, 4, 3, 2, 2], [2, 4, 3, 2, 4]], [[3, 1, 3, 2, 4], [1, 1, 3, 2, 2], [2, 1, 3, 2, 1]]] #only available cards are reported |