| Move 1, hanykrom is playing.. Cards available to hanykrom Player hanykrom returned [0, 0, [[1, 3, 1, 4, 2], [3, 3, 1, 4, 4], [4, 3, 1, 4, 3]]] in 0.006 ms Player hanykrom old score 0, gained 0, new score 0 |
| Move 2, nastoluk is playing.. Cards available to nastoluk Player nastoluk returned [3, 0, [[1, 3, 1, 4, 2], [3, 3, 1, 4, 4], [4, 3, 1, 4, 3]]] in 873.759 ms Player nastoluk old score 0, gained 22, new score 22 |
| Move 3, hanykrom is playing.. Cards available to hanykrom Player hanykrom returned [0, 5, [[3, 2, 3, 1], [2, 2, 3, 3], [3, 3, 2, 2], [1, 3, 2, 3]]] in 0.863 ms Player hanykrom old score 0, gained 4, new score 4 |
| Move 4, nastoluk is playing.. Cards available to nastoluk Player nastoluk returned [6, 1, [[3, 1, 4, 1], [1, 1, 4, 4], [4, 4, 1, 1], [1, 4, 1, 3]]] in 886.848 ms Player nastoluk old score 22, gained 29, new score 51 |
| Move 5, hanykrom is playing.. Cards available to hanykrom Player hanykrom returned [4, 5, [[1, 2, 1, 4], [2, 2, 1, 1], [1, 1, 2, 2], [4, 1, 2, 1]]] in 0.880 ms Player hanykrom old score 4, gained 18, new score 22 |
| Move 6, nastoluk is playing.. Cards available to nastoluk Player nastoluk returned [8, 5, [[4, 1, 2, 1], [1, 1, 2, 2], [2, 2, 1, 1], [1, 2, 1, 4]]] in 861.819 ms Player nastoluk old score 51, gained 28, new score 79 |
| Move 7, hanykrom is playing.. Cards available to hanykrom Player hanykrom returned [0, 9, [[1, 4, 1, 2, 3], [4, 4, 1, 2, 2], [2, 4, 1, 2, 4]]] in 0.887 ms Player hanykrom old score 22, gained 6, new score 28 |
| Move 8, nastoluk is playing.. Cards available to nastoluk Player nastoluk returned [3, 9, [[2, 4, 1], [4, 4, 4], [1, 1, 1], [2, 2, 2], [4, 2, 3]]] in 866.542 ms Player nastoluk old score 79, gained 34, new score 113 |
| Move 9, hanykrom is playing.. Cards available to hanykrom Player hanykrom returned [10, 0, [[2, 1, 2, 4, 3], [1, 1, 2, 4, 4], [4, 1, 2, 4, 1]]] in 0.890 ms Player hanykrom old score 28, gained 7, new score 35 |
| Move 10, nastoluk is playing.. Cards available to nastoluk Player nastoluk returned [4, 12, [[4, 1, 3], [1, 1, 1], [2, 2, 2], [3, 3, 3], [2, 3, 1]]] in 799.122 ms Player nastoluk old score 113, gained 38, new score 151 |
| Move 11, hanykrom is playing.. Cards available to hanykrom Player hanykrom returned [12, 5, [[3, 1, 3, 2, 4], [1, 1, 3, 2, 2], [2, 1, 3, 2, 1]]] in 0.913 ms Player hanykrom old score 35, gained 0, new score 35 |
| Move 12, nastoluk is playing.. Cards available to nastoluk Player nastoluk returned [5, 15, [[1, 2, 3], [2, 2, 2], [3, 3, 3], [1, 1, 1], [2, 1, 4]]] in 783.995 ms Player nastoluk old score 151, gained 41, new score 192 |
| Move 13, 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 108, in find_place
if cardsOnDesk[i][1] + j >= 0 and is_place(cardsOnDesk[i][0] + len(cardsOnDesk[i][2]), cardsOnDesk[i][1] + j, 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, [[1, 3, 1, 4, 2], [3, 3, 1, 4, 4], [4, 3, 1, 4, 3]]], [3, 0, [[1, 3, 1, 4, 2], [3, 3, 1, 4, 4], [4, 3, 1, 4, 3]]], [0, 5, [[3, 2, 3, 1], [2, 2, 3, 3], [3, 3, 2, 2], [1, 3, 2, 3]]], [6, 1, [[3, 1, 4, 1], [1, 1, 4, 4], [4, 4, 1, 1], [1, 4, 1, 3]]], [4, 5, [[1, 2, 1, 4], [2, 2, 1, 1], [1, 1, 2, 2], [4, 1, 2, 1]]], [8, 5, [[4, 1, 2, 1], [1, 1, 2, 2], [2, 2, 1, 1], [1, 2, 1, 4]]], [0, 9, [[1, 4, 1, 2, 3], [4, 4, 1, 2, 2], [2, 4, 1, 2, 4]]], [3, 9, [[2, 4, 1], [4, 4, 4], [1, 1, 1], [2, 2, 2], [4, 2, 3]]], [10, 0, [[2, 1, 2, 4, 3], [1, 1, 2, 4, 4], [4, 1, 2, 4, 1]]], [4, 12, [[4, 1, 3], [1, 1, 1], [2, 2, 2], [3, 3, 3], [2, 3, 1]]], [12, 5, [[3, 1, 3, 2, 4], [1, 1, 3, 2, 2], [2, 1, 3, 2, 1]]], [5, 15, [[1, 2, 3], [2, 2, 2], [3, 3, 3], [1, 1, 1], [2, 1, 4]]]] self.cardsAtHand = [[[2, 1, 2, 3], [1, 1, 2, 2], [2, 2, 1, 1], [3, 2, 1, 2]], [[3, 1, 3, 4, 2], [1, 1, 3, 4, 4], [4, 1, 3, 4, 1]], [[4, 2, 4, 1], [2, 2, 4, 4], [4, 4, 2, 2], [1, 4, 2, 4]], [[4, 3, 4, 2, 1], [3, 3, 4, 2, 2], [2, 3, 4, 2, 3]], [[4, 1, 4, 3, 2], [1, 1, 4, 3, 3], [3, 1, 4, 3, 1]], [[2, 3, 2, 1, 4], [3, 3, 2, 1, 1], [1, 3, 2, 1, 3]], [[4, 1, 4, 2, 3], [1, 1, 4, 2, 2], [2, 1, 4, 2, 1]], [[2, 4, 2, 3, 1], [4, 4, 2, 3, 3], [3, 4, 2, 3, 4]], [[3, 4, 3, 1], [4, 4, 3, 3], [3, 3, 4, 4], [1, 3, 4, 3]], [[1, 4, 1, 3], [4, 4, 1, 1], [1, 1, 4, 4], [3, 1, 4, 1]], [[1, 2, 1, 4, 3], [2, 2, 1, 4, 4], [4, 2, 1, 4, 2]], [[3, 4, 3, 2, 1], [4, 4, 3, 2, 2], [2, 4, 3, 2, 4]], [[3, 2, 3, 1, 4], [2, 2, 3, 1, 1], [1, 2, 3, 1, 2]], [[2, 4, 2, 1], [4, 4, 2, 2], [2, 2, 4, 4], [1, 2, 4, 2]], [[2, 3, 2, 4], [3, 3, 2, 2], [2, 2, 3, 3], [4, 2, 3, 2]], [[1, 3, 1, 2, 4], [3, 3, 1, 2, 2], [2, 3, 1, 2, 3]], [[3, 1, 3, 2], [1, 1, 3, 3], [3, 3, 1, 1], [2, 3, 1, 3]], [[1, 2, 1, 3], [2, 2, 1, 1], [1, 1, 2, 2], [3, 1, 2, 1]]] #only available cards are reported |