| Move 1, stastm28 is playing.. Cards available to stastm28 Player stastm28 returned [11, 19, [[2, 4, 2, 1], [4, 4, 2, 2], [2, 2, 4, 4], [1, 2, 4, 2]]] in 0.093 ms Player stastm28 old score 0, gained 0, new score 0 |
| Move 2, bartosi1 is playing.. Cards available to bartosi1 Player bartosi1 returned [6, 21, [[1, 2, 3], [2, 2, 2], [3, 3, 3], [1, 1, 1], [2, 1, 4]]] in 922.233 ms Player bartosi1 old score 0, gained 9, new score 9 |
| Move 3, stastm28 is playing.. Cards available to stastm28 Player stastm28 returned [15, 19, [[1, 2, 3], [2, 2, 2], [3, 3, 3], [1, 1, 1], [2, 1, 4]]] in 1.191 ms Player stastm28 old score 0, gained 9, new score 9 |
| Move 4, bartosi1 is playing.. Cards available to bartosi1 Player bartosi1 returned [10, 15, [[2, 4, 2, 3], [4, 4, 2, 2], [2, 2, 4, 4], [3, 2, 4, 2]]] in 940.174 ms Player bartosi1 old score 9, gained 18, new score 27 |
| Move 5, stastm28 is playing.. Cards available to stastm28 Player stastm28 returned [18, 22, [[4, 2, 3], [2, 2, 2], [1, 1, 1], [3, 3, 3], [1, 3, 2]]] in 1.728 ms Player stastm28 old score 9, gained 0, new score 9 |
| Move 6, bartosi1 is playing.. Cards available to bartosi1 Player bartosi1 returned [7, 24, [[4, 3, 1, 3], [3, 3, 1, 1], [1, 1, 3, 3], [3, 1, 3, 4]]] in 1110.149 ms Player bartosi1 old score 27, gained 14, new score 41 |
| Move 7, stastm28 is playing.. Cards available to stastm28 Player stastm28 returned [20, 15, [[1, 2, 1, 3, 4], [2, 2, 1, 3, 3], [3, 2, 1, 3, 2]]] in 2.284 ms Player stastm28 old score 9, gained 0, new score 9 |
| Move 8, bartosi1 is playing.. Cards available to bartosi1 Player bartosi1 returned [14, 15, [[1, 2, 4, 2], [2, 2, 4, 4], [4, 4, 2, 2], [2, 4, 2, 1]]] in 1376.611 ms Player bartosi1 old score 41, gained 27, new score 68 |
| Move 9, stastm28 is playing.. Cards available to stastm28 Player stastm28 returned [22, 25, [[4, 2, 4, 3], [2, 2, 4, 4], [4, 4, 2, 2], [3, 4, 2, 4]]] in 2.654 ms Player stastm28 old score 9, gained 0, new score 9 |
| Move 10, bartosi1 is playing.. Cards available to bartosi1 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 224, in play
pathlength = self.findCardPath(self.gameBoard, cardVariant, position, self.possibleTargets)
player.py", line 129, in findCardPath
pathLength, connectionPoint = self.floodFill(gameBoard, row, column, gameBoard[row][column], card, cardPosition, connectionPointList)
player.py", line 142, in floodFill
m = 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 150, in deepcopy
y = copier(x, memo)
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 = [[11, 19, [[2, 4, 2, 1], [4, 4, 2, 2], [2, 2, 4, 4], [1, 2, 4, 2]]], [6, 21, [[1, 2, 3], [2, 2, 2], [3, 3, 3], [1, 1, 1], [2, 1, 4]]], [15, 19, [[1, 2, 3], [2, 2, 2], [3, 3, 3], [1, 1, 1], [2, 1, 4]]], [10, 15, [[2, 4, 2, 3], [4, 4, 2, 2], [2, 2, 4, 4], [3, 2, 4, 2]]], [18, 22, [[4, 2, 3], [2, 2, 2], [1, 1, 1], [3, 3, 3], [1, 3, 2]]], [7, 24, [[4, 3, 1, 3], [3, 3, 1, 1], [1, 1, 3, 3], [3, 1, 3, 4]]], [20, 15, [[1, 2, 1, 3, 4], [2, 2, 1, 3, 3], [3, 2, 1, 3, 2]]], [14, 15, [[1, 2, 4, 2], [2, 2, 4, 4], [4, 4, 2, 2], [2, 4, 2, 1]]], [22, 25, [[4, 2, 4, 3], [2, 2, 4, 4], [4, 4, 2, 2], [3, 4, 2, 4]]]] self.cardsAtHand = [[[2, 3, 2, 1, 4], [3, 3, 2, 1, 1], [1, 3, 2, 1, 3]], [[3, 2, 3, 4], [2, 2, 3, 3], [3, 3, 2, 2], [4, 3, 2, 3]], [[4, 3, 4, 2], [3, 3, 4, 4], [4, 4, 3, 3], [2, 4, 3, 4]], [[2, 3, 2, 1], [3, 3, 2, 2], [2, 2, 3, 3], [1, 2, 3, 2]], [[1, 3, 1, 2, 4], [3, 3, 1, 2, 2], [2, 3, 1, 2, 3]], [[1, 3, 1, 2], [3, 3, 1, 1], [1, 1, 3, 3], [2, 1, 3, 1]], [[3, 4, 3, 2], [4, 4, 3, 3], [3, 3, 4, 4], [2, 3, 4, 3]], [[4, 2, 4, 3], [2, 2, 4, 4], [4, 4, 2, 2], [3, 4, 2, 4]], [[2, 1, 2, 4], [1, 1, 2, 2], [2, 2, 1, 1], [4, 2, 1, 2]], [[1, 2, 1, 4, 3], [2, 2, 1, 4, 4], [4, 2, 1, 4, 2]], [[4, 2, 4, 1], [2, 2, 4, 4], [4, 4, 2, 2], [1, 4, 2, 4]], [[1, 2, 1, 3, 4], [2, 2, 1, 3, 3], [3, 2, 1, 3, 2]], [[4, 3, 4, 1], [3, 3, 4, 4], [4, 4, 3, 3], [1, 4, 3, 4]], [[1, 2, 1, 4], [2, 2, 1, 1], [1, 1, 2, 2], [4, 1, 2, 1]], [[4, 3, 4, 1, 2], [3, 3, 4, 1, 1], [1, 3, 4, 1, 3]], [[1, 4, 1, 3, 2], [4, 4, 1, 3, 3], [3, 4, 1, 3, 4]], [[4, 1, 4, 2], [1, 1, 4, 4], [4, 4, 1, 1], [2, 4, 1, 4]], [[3, 4, 3, 1], [4, 4, 3, 3], [3, 3, 4, 4], [1, 3, 4, 3]], [[3, 2, 3, 1], [2, 2, 3, 3], [3, 3, 2, 2], [1, 3, 2, 3]], [[4, 2, 4, 3, 1], [2, 2, 4, 3, 3], [3, 2, 4, 3, 2]]] #only available cards are reported |