Move 1, hanykrom is playing.. Cards available to hanykrom Player hanykrom returned [0, 0, [[4, 1, 4, 2], [1, 1, 4, 4], [4, 4, 1, 1], [2, 4, 1, 4]]] in 0.007 ms Player hanykrom old score 0, gained 0, new score 0 |
Move 2, nastoluk is playing.. Cards available to nastoluk Player nastoluk returned [0, 4, [[2, 4, 1, 4], [4, 4, 1, 1], [1, 1, 4, 4], [4, 1, 4, 2]]] in 877.533 ms Player nastoluk old score 0, gained 16, new score 16 |
Move 3, hanykrom is playing.. Cards available to hanykrom Player hanykrom returned [4, 0, [[1, 2, 1, 4], [2, 2, 1, 1], [1, 1, 2, 2], [4, 1, 2, 1]]] in 0.854 ms Player hanykrom old score 0, gained 12, new score 12 |
Move 4, nastoluk is playing.. Cards available to nastoluk Player nastoluk returned [4, 4, [[4, 1, 2, 1], [1, 1, 2, 2], [2, 2, 1, 1], [1, 2, 1, 4]]] in 897.098 ms Player nastoluk old score 16, gained 24, new score 40 |
Move 5, hanykrom is playing.. Cards available to hanykrom Player hanykrom returned [0, 8, [[1, 4, 1, 2, 3], [4, 4, 1, 2, 2], [2, 4, 1, 2, 4]]] in 0.866 ms Player hanykrom old score 12, gained 0, new score 12 |
Move 6, nastoluk is playing.. Cards available to nastoluk Player nastoluk returned [3, 8, [[1, 4, 1, 2, 3], [4, 4, 1, 2, 2], [2, 4, 1, 2, 4]]] in 896.002 ms Player nastoluk old score 40, gained 26, new score 66 |
Move 7, hanykrom is playing.. Cards available to hanykrom Player hanykrom returned [8, 0, [[1, 3, 1, 2], [3, 3, 1, 1], [1, 1, 3, 3], [2, 1, 3, 1]]] in 0.873 ms Player hanykrom old score 12, gained 0, new score 12 |
Move 8, nastoluk is playing.. Cards available to nastoluk Player nastoluk returned [6, 8, [[1, 4, 1, 2], [4, 4, 1, 1], [1, 1, 4, 4], [2, 1, 4, 1]]] in 851.068 ms Player nastoluk old score 66, gained 34, new score 100 |
Move 9, hanykrom is playing.. Cards available to hanykrom Player hanykrom returned [0, 13, [[4, 3, 4, 1, 2], [3, 3, 4, 1, 1], [1, 3, 4, 1, 3]]] in 0.903 ms Player hanykrom old score 12, gained 0, new score 12 |
Move 10, nastoluk is playing.. Cards available to nastoluk Player nastoluk returned [6, 12, [[2, 1, 3], [1, 1, 1], [4, 4, 4], [3, 3, 3], [4, 3, 1]]] in 841.795 ms Player nastoluk old score 100, gained 29, new score 129 |
Move 11, hanykrom is playing.. Cards available to hanykrom Traceback (most recent call last): File "game.py", line 396, in oneMove player.py", line 141, in play resTemp = find_place(card,len(card),len(card[0]), self.cardsOnDesk, gameBoard) player.py", line 124, in find_place if cardsOnDesk[i][0] + j >= 0 and is_place(cardsOnDesk[i][0] + j, cardsOnDesk[i][1] + len(cardsOnDesk[i][2][0]), Row, Col, gameBoard): player.py", line 88, in is_place if posColumn + i >= len(gameBoard[0]) or gameBoard[posRow][posColumn + i] > -Rows: TypeError: '>' not supported between instances of 'str' and 'int' Error occured in situation: self.tournament = True self.timeout = 1.7 self.boardRows = 33 self.boardCols = 33 self.cardsOnDesk = [[0, 0, [[4, 1, 4, 2], [1, 1, 4, 4], [4, 4, 1, 1], [2, 4, 1, 4]]], [0, 4, [[2, 4, 1, 4], [4, 4, 1, 1], [1, 1, 4, 4], [4, 1, 4, 2]]], [4, 0, [[1, 2, 1, 4], [2, 2, 1, 1], [1, 1, 2, 2], [4, 1, 2, 1]]], [4, 4, [[4, 1, 2, 1], [1, 1, 2, 2], [2, 2, 1, 1], [1, 2, 1, 4]]], [0, 8, [[1, 4, 1, 2, 3], [4, 4, 1, 2, 2], [2, 4, 1, 2, 4]]], [3, 8, [[1, 4, 1, 2, 3], [4, 4, 1, 2, 2], [2, 4, 1, 2, 4]]], [8, 0, [[1, 3, 1, 2], [3, 3, 1, 1], [1, 1, 3, 3], [2, 1, 3, 1]]], [6, 8, [[1, 4, 1, 2], [4, 4, 1, 1], [1, 1, 4, 4], [2, 1, 4, 1]]], [0, 13, [[4, 3, 4, 1, 2], [3, 3, 4, 1, 1], [1, 3, 4, 1, 3]]], [6, 12, [[2, 1, 3], [1, 1, 1], [4, 4, 4], [3, 3, 3], [4, 3, 1]]]] self.cardsAtHand = [[[2, 1, 2, 3, 4], [1, 1, 2, 3, 3], [3, 1, 2, 3, 1]], [[4, 2, 4, 3], [2, 2, 4, 4], [4, 4, 2, 2], [3, 4, 2, 4]], [[3, 2, 3, 1], [2, 2, 3, 3], [3, 3, 2, 2], [1, 3, 2, 3]], [[4, 3, 4, 1], [3, 3, 4, 4], [4, 4, 3, 3], [1, 4, 3, 4]], [[1, 2, 1, 3], [2, 2, 1, 1], [1, 1, 2, 2], [3, 1, 2, 1]], [[4, 1, 4, 3, 2], [1, 1, 4, 3, 3], [3, 1, 4, 3, 1]], [[3, 1, 3, 4], [1, 1, 3, 3], [3, 3, 1, 1], [4, 3, 1, 3]], [[3, 4, 3, 1, 2], [4, 4, 3, 1, 1], [1, 4, 3, 1, 4]], [[3, 4, 3, 2], [4, 4, 3, 3], [3, 3, 4, 4], [2, 3, 4, 3]], [[1, 4, 1, 2], [4, 4, 1, 1], [1, 1, 4, 4], [2, 1, 4, 1]], [[3, 4, 3, 2, 1], [4, 4, 3, 2, 2], [2, 4, 3, 2, 4]], [[1, 3, 1, 4], [3, 3, 1, 1], [1, 1, 3, 3], [4, 1, 3, 1]], [[1, 3, 1, 4, 2], [3, 3, 1, 4, 4], [4, 3, 1, 4, 3]], [[2, 1, 2, 3], [1, 1, 2, 2], [2, 2, 1, 1], [3, 2, 1, 2]], [[3, 2, 3, 4], [2, 2, 3, 3], [3, 3, 2, 2], [4, 3, 2, 3]], [[3, 2, 3, 1, 4], [2, 2, 3, 1, 1], [1, 2, 3, 1, 2]], [[2, 1, 2, 4, 3], [1, 1, 2, 4, 4], [4, 1, 2, 4, 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]]] #only available cards are reported |