Move 1, polacm15 is playing.. Cards available to polacm15 Player polacm15 returned [8, 1, [[4, 2, 4, 3], [2, 2, 4, 4], [4, 4, 2, 2], [3, 4, 2, 4]]] in 0.098 ms Player polacm15 old score 0, gained 0, new score 0 |
Move 2, pavlim60 is playing.. Cards available to pavlim60 Player pavlim60 returned [8, 5, [[3, 4, 2, 4], [4, 4, 2, 2], [2, 2, 4, 4], [4, 2, 4, 3]]] in 105.278 ms Player pavlim60 old score 0, gained 16, new score 16 |
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 109, in play if self.gameBoard[row][col] == 'X' and self.placementCheck(row, col, card, self.gameBoard): player.py", line 206, in placementCheck if self.contactCheck(Rb,Cb,row+r,col+c,gameBoard): player.py", line 221, in contactCheck if 0 <= new_r < Rb and 0 <= new_c < Cb and gameBoard[new_r][new_c] != '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 = [[8, 1, [[4, 2, 4, 3], [2, 2, 4, 4], [4, 4, 2, 2], [3, 4, 2, 4]]], [8, 5, [[3, 4, 2, 4], [4, 4, 2, 2], [2, 2, 4, 4], [4, 2, 4, 3]]]] self.cardsAtHand = [[[1, 3, 1, 4], [3, 3, 1, 1], [1, 1, 3, 3], [4, 1, 3, 1]], [[2, 3, 2, 1, 4], [3, 3, 2, 1, 1], [1, 3, 2, 1, 3]], [[3, 1, 3, 2, 4], [1, 1, 3, 2, 2], [2, 1, 3, 2, 1]], [[1, 3, 1, 2], [3, 3, 1, 1], [1, 1, 3, 3], [2, 1, 3, 1]], [[3, 1, 3, 2], [1, 1, 3, 3], [3, 3, 1, 1], [2, 3, 1, 3]], [[4, 3, 4, 1, 2], [3, 3, 4, 1, 1], [1, 3, 4, 1, 3]], [[2, 1, 2, 4, 3], [1, 1, 2, 4, 4], [4, 1, 2, 4, 1]], [[2, 4, 2, 1, 3], [4, 4, 2, 1, 1], [1, 4, 2, 1, 4]], [[2, 4, 2, 3], [4, 4, 2, 2], [2, 2, 4, 4], [3, 2, 4, 2]], [[2, 3, 2, 1], [3, 3, 2, 2], [2, 2, 3, 3], [1, 2, 3, 2]], [[1, 4, 1, 3], [4, 4, 1, 1], [1, 1, 4, 4], [3, 1, 4, 1]], [[4, 2, 4, 1], [2, 2, 4, 4], [4, 4, 2, 2], [1, 4, 2, 4]], [[1, 4, 1, 2, 3], [4, 4, 1, 2, 2], [2, 4, 1, 2, 4]], [[3, 4, 3, 2, 1], [4, 4, 3, 2, 2], [2, 4, 3, 2, 4]], [[1, 3, 1, 4, 2], [3, 3, 1, 4, 4], [4, 3, 1, 4, 3]], [[4, 2, 4, 1, 3], [2, 2, 4, 1, 1], [1, 2, 4, 1, 2]], [[2, 4, 2, 1], [4, 4, 2, 2], [2, 2, 4, 4], [1, 2, 4, 2]], [[3, 2, 3, 4, 1], [2, 2, 3, 4, 4], [4, 2, 3, 4, 2]], [[4, 1, 4, 3], [1, 1, 4, 4], [4, 4, 1, 1], [3, 4, 1, 4]], [[1, 3, 1, 2, 4], [3, 3, 1, 2, 2], [2, 3, 1, 2, 3]], [[3, 1, 3, 4], [1, 1, 3, 3], [3, 3, 1, 1], [4, 3, 1, 3]], [[3, 4, 3, 2], [4, 4, 3, 3], [3, 3, 4, 4], [2, 3, 4, 3]], [[4, 1, 4, 2, 3], [1, 1, 4, 2, 2], [2, 1, 4, 2, 1]]] #only available cards are reported |