| Move 1, nastoluk is playing.. Cards available to nastoluk Player nastoluk returned [11, 19, [[2, 4, 2, 1], [4, 4, 2, 2], [2, 2, 4, 4], [1, 2, 4, 2]]] in 0.259 ms Player nastoluk old score 0, gained 0, new score 0 |
| Move 2, hanykrom is playing.. Cards available to hanykrom Player hanykrom returned [8, 15, [[3, 2, 3, 1, 4], [2, 2, 3, 1, 1], [1, 2, 3, 1, 2]]] in 3.084 ms Player hanykrom old score 0, gained 2, new score 2 |
| Move 3, nastoluk is playing.. Cards available to nastoluk Player nastoluk returned [11, 14, [[3, 1, 2, 3, 1], [1, 1, 2, 3, 3], [4, 1, 2, 3, 2]]] in 1200.056 ms Player nastoluk old score 0, gained 28, new score 28 |
| Move 4, hanykrom is playing.. Cards available to hanykrom Player hanykrom returned [7, 20, [[2, 4, 2, 3], [4, 4, 2, 2], [2, 2, 4, 4], [3, 2, 4, 2]]] in 3.077 ms Player hanykrom old score 2, gained 10, new score 12 |
| Move 5, nastoluk is playing.. Cards available to nastoluk Player nastoluk returned [5, 15, [[3, 2, 3, 1, 4], [2, 2, 3, 1, 1], [1, 2, 3, 1, 2]]] in 1200.048 ms Player nastoluk old score 28, gained 32, new score 60 |
| Move 6, hanykrom is playing.. Cards available to hanykrom Player hanykrom returned [15, 16, [[3, 1, 3, 4], [1, 1, 3, 3], [3, 3, 1, 1], [4, 3, 1, 3]]] in 3.049 ms Player hanykrom old score 12, gained 0, new score 12 |
| Move 7, nastoluk is playing.. Cards available to nastoluk Player nastoluk returned [2, 16, [[1, 3, 1, 2, 4], [3, 3, 1, 2, 2], [2, 3, 1, 2, 3]]] in 1200.044 ms Player nastoluk old score 60, gained 38, new score 98 |
| Move 8, hanykrom is playing.. Cards available to hanykrom Player hanykrom returned [15, 20, [[2, 4, 2, 1], [4, 4, 2, 2], [2, 2, 4, 4], [1, 2, 4, 2]]] in 3.108 ms Player hanykrom old score 12, gained 15, new score 27 |
| Move 9, nastoluk is playing.. Cards available to nastoluk Player nastoluk returned [1, 12, [[2, 3, 2, 1], [3, 3, 2, 2], [2, 2, 3, 3], [1, 2, 3, 2]]] in 1200.136 ms Player nastoluk old score 98, gained 30, new score 128 |
| Move 10, 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 116, in find_place
if cardsOnDesk[i][0] + j >= 0 and is_place(cardsOnDesk[i][0] + j, cardsOnDesk[i][1] - Col, 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 = [[11, 19, [[2, 4, 2, 1], [4, 4, 2, 2], [2, 2, 4, 4], [1, 2, 4, 2]]], [8, 15, [[3, 2, 3, 1, 4], [2, 2, 3, 1, 1], [1, 2, 3, 1, 2]]], [11, 14, [[3, 1, 2, 3, 1], [1, 1, 2, 3, 3], [4, 1, 2, 3, 2]]], [7, 20, [[2, 4, 2, 3], [4, 4, 2, 2], [2, 2, 4, 4], [3, 2, 4, 2]]], [5, 15, [[3, 2, 3, 1, 4], [2, 2, 3, 1, 1], [1, 2, 3, 1, 2]]], [15, 16, [[3, 1, 3, 4], [1, 1, 3, 3], [3, 3, 1, 1], [4, 3, 1, 3]]], [2, 16, [[1, 3, 1, 2, 4], [3, 3, 1, 2, 2], [2, 3, 1, 2, 3]]], [15, 20, [[2, 4, 2, 1], [4, 4, 2, 2], [2, 2, 4, 4], [1, 2, 4, 2]]], [1, 12, [[2, 3, 2, 1], [3, 3, 2, 2], [2, 2, 3, 3], [1, 2, 3, 2]]]] 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 |