| Move 1, hanykrom is playing.. Cards available to hanykrom Player hanykrom returned [0, 0, [[1, 3, 1, 2, 4], [3, 3, 1, 2, 2], [2, 3, 1, 2, 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, [[2, 3, 1, 2, 3], [3, 3, 1, 2, 2], [4, 3, 1, 2, 1]]] in 907.606 ms Player nastoluk old score 0, gained 26, new score 26 |
| Move 3, hanykrom is playing.. Cards available to hanykrom Player hanykrom returned [0, 5, [[1, 2, 1, 4], [2, 2, 1, 1], [1, 1, 2, 2], [4, 1, 2, 1]]] in 0.886 ms Player hanykrom old score 0, gained 11, new score 11 |
| Move 4, nastoluk is playing.. Cards available to nastoluk Player nastoluk returned [6, 0, [[1, 3, 1, 2, 4], [3, 3, 1, 2, 2], [2, 3, 1, 2, 3]]] in 909.278 ms Player nastoluk old score 26, gained 36, new score 62 |
| Move 5, hanykrom is playing.. Cards available to hanykrom Player hanykrom returned [4, 5, [[2, 3, 2, 4], [3, 3, 2, 2], [2, 2, 3, 3], [4, 2, 3, 2]]] in 0.862 ms Player hanykrom old score 11, gained 22, new score 33 |
| Move 6, nastoluk is playing.. Cards available to nastoluk Player nastoluk returned [9, 1, [[3, 1, 2, 3, 1], [1, 1, 2, 3, 3], [4, 1, 2, 3, 2]]] in 864.961 ms Player nastoluk old score 62, gained 50, new score 112 |
| Move 7, hanykrom is playing.. Cards available to hanykrom Player hanykrom returned [0, 9, [[3, 4, 3, 1], [4, 4, 3, 3], [3, 3, 4, 4], [1, 3, 4, 3]]] in 0.888 ms Player hanykrom old score 33, gained 2, new score 35 |
| Move 8, nastoluk is playing.. Cards available to nastoluk Player nastoluk returned [12, 0, [[1, 4, 1, 2, 3], [4, 4, 1, 2, 2], [2, 4, 1, 2, 4]]] in 855.178 ms Player nastoluk old score 112, gained 50, new score 162 |
| Move 9, 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, [[1, 3, 1, 2, 4], [3, 3, 1, 2, 2], [2, 3, 1, 2, 3]]], [3, 0, [[2, 3, 1, 2, 3], [3, 3, 1, 2, 2], [4, 3, 1, 2, 1]]], [0, 5, [[1, 2, 1, 4], [2, 2, 1, 1], [1, 1, 2, 2], [4, 1, 2, 1]]], [6, 0, [[1, 3, 1, 2, 4], [3, 3, 1, 2, 2], [2, 3, 1, 2, 3]]], [4, 5, [[2, 3, 2, 4], [3, 3, 2, 2], [2, 2, 3, 3], [4, 2, 3, 2]]], [9, 1, [[3, 1, 2, 3, 1], [1, 1, 2, 3, 3], [4, 1, 2, 3, 2]]], [0, 9, [[3, 4, 3, 1], [4, 4, 3, 3], [3, 3, 4, 4], [1, 3, 4, 3]]], [12, 0, [[1, 4, 1, 2, 3], [4, 4, 1, 2, 2], [2, 4, 1, 2, 4]]]] self.cardsAtHand = [[[3, 1, 3, 2, 4], [1, 1, 3, 2, 2], [2, 1, 3, 2, 1]], [[3, 2, 3, 4, 1], [2, 2, 3, 4, 4], [4, 2, 3, 4, 2]], [[3, 1, 3, 4, 2], [1, 1, 3, 4, 4], [4, 1, 3, 4, 1]], [[4, 2, 4, 3], [2, 2, 4, 4], [4, 4, 2, 2], [3, 4, 2, 4]], [[1, 3, 1, 4, 2], [3, 3, 1, 4, 4], [4, 3, 1, 4, 3]], [[4, 3, 4, 2], [3, 3, 4, 4], [4, 4, 3, 3], [2, 4, 3, 4]], [[4, 3, 4, 1], [3, 3, 4, 4], [4, 4, 3, 3], [1, 4, 3, 4]], [[3, 1, 3, 4], [1, 1, 3, 3], [3, 3, 1, 1], [4, 3, 1, 3]], [[4, 1, 4, 3], [1, 1, 4, 4], [4, 4, 1, 1], [3, 4, 1, 4]], [[1, 4, 1, 3, 2], [4, 4, 1, 3, 3], [3, 4, 1, 3, 4]], [[1, 2, 1, 3, 4], [2, 2, 1, 3, 3], [3, 2, 1, 3, 2]], [[1, 3, 1, 2], [3, 3, 1, 1], [1, 1, 3, 3], [2, 1, 3, 1]], [[2, 1, 2, 4], [1, 1, 2, 2], [2, 2, 1, 1], [4, 2, 1, 2]], [[1, 4, 1, 2, 3], [4, 4, 1, 2, 2], [2, 4, 1, 2, 4]], [[1, 4, 1, 3], [4, 4, 1, 1], [1, 1, 4, 4], [3, 1, 4, 1]], [[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]], [[1, 3, 1, 4], [3, 3, 1, 1], [1, 1, 3, 3], [4, 1, 3, 1]], [[2, 1, 2, 4, 3], [1, 1, 2, 4, 4], [4, 1, 2, 4, 1]], [[4, 1, 4, 2, 3], [1, 1, 4, 2, 2], [2, 1, 4, 2, 1]]] #only available cards are reported |