| Move 1, michaj32 is playing.. Cards available to michaj32 Player michaj32 returned [15, 26, [[2, 4, 2, 1, 3], [4, 4, 2, 1, 1], [1, 4, 2, 1, 4]]] in 0.030 ms Player michaj32 old score 0, gained 0, new score 0 |
| Move 2, nikolart is playing.. Cards available to nikolart Player nikolart returned [11, 23, [[2, 4, 3, 4], [4, 4, 3, 3], [3, 3, 4, 4], [4, 3, 4, 2]]] in 0.699 ms Player nikolart old score 0, gained 2, new score 2 |
| Move 3, michaj32 is playing.. Cards available to michaj32 Player michaj32 returned [12, 27, [[3, 2, 1, 3, 2], [2, 2, 1, 3, 3], [4, 2, 1, 3, 1]]] in 104.736 ms Player michaj32 old score 0, gained 28, new score 28 |
| Move 4, nikolart is playing.. Cards available to nikolart Player nikolart returned [8, 19, [[2, 3, 1], [3, 3, 3], [1, 1, 1], [2, 2, 2], [3, 2, 4]]] in 0.557 ms Move [8, 19, [[2, 3, 1], [3, 3, 3], [1, 1, 1], [2, 2, 2], [3, 2, 4]]] is not a valid move Move [8, 19, [[2, 3, 1], [3, 3, 3], [1, 1, 1], [2, 2, 2], [3, 2, 4]]] returned by player would result in: Example of a valid move: [6,26,[[3, 4, 1], [4, 4, 4], [2, 2, 2], [1, 1, 1], [2, 1, 4]]] Error occured in situation: self.tournament = True self.timeout = 1.7 self.boardRows = 33 self.boardCols = 33 self.cardsOnDesk = [[15, 26, [[2, 4, 2, 1, 3], [4, 4, 2, 1, 1], [1, 4, 2, 1, 4]]], [11, 23, [[2, 4, 3, 4], [4, 4, 3, 3], [3, 3, 4, 4], [4, 3, 4, 2]]], [12, 27, [[3, 2, 1, 3, 2], [2, 2, 1, 3, 3], [4, 2, 1, 3, 1]]]] self.cardsAtHand = [[[1, 3, 1, 2, 4], [3, 3, 1, 2, 2], [2, 3, 1, 2, 3]], [[1, 4, 1, 3, 2], [4, 4, 1, 3, 3], [3, 4, 1, 3, 4]], [[2, 1, 2, 4, 3], [1, 1, 2, 4, 4], [4, 1, 2, 4, 1]], [[4, 1, 4, 3], [1, 1, 4, 4], [4, 4, 1, 1], [3, 4, 1, 4]], [[1, 2, 1, 4], [2, 2, 1, 1], [1, 1, 2, 2], [4, 1, 2, 1]], [[2, 1, 2, 3, 4], [1, 1, 2, 3, 3], [3, 1, 2, 3, 1]], [[2, 1, 2, 3], [1, 1, 2, 2], [2, 2, 1, 1], [3, 2, 1, 2]], [[1, 3, 1, 4], [3, 3, 1, 1], [1, 1, 3, 3], [4, 1, 3, 1]], [[2, 4, 2, 3], [4, 4, 2, 2], [2, 2, 4, 4], [3, 2, 4, 2]], [[4, 2, 4, 3, 1], [2, 2, 4, 3, 3], [3, 2, 4, 3, 2]], [[4, 2, 4, 1], [2, 2, 4, 4], [4, 4, 2, 2], [1, 4, 2, 4]], [[4, 3, 4, 1, 2], [3, 3, 4, 1, 1], [1, 3, 4, 1, 3]], [[4, 1, 4, 2, 3], [1, 1, 4, 2, 2], [2, 1, 4, 2, 1]], [[4, 3, 4, 1], [3, 3, 4, 4], [4, 4, 3, 3], [1, 4, 3, 4]], [[1, 4, 1, 2, 3], [4, 4, 1, 2, 2], [2, 4, 1, 2, 4]], [[2, 4, 2, 3, 1], [4, 4, 2, 3, 3], [3, 4, 2, 3, 4]], [[3, 1, 3, 2, 4], [1, 1, 3, 2, 2], [2, 1, 3, 2, 1]], [[3, 4, 3, 1, 2], [4, 4, 3, 1, 1], [1, 4, 3, 1, 4]], [[4, 2, 4, 1, 3], [2, 2, 4, 1, 1], [1, 2, 4, 1, 2]], [[4, 2, 4, 3], [2, 2, 4, 4], [4, 4, 2, 2], [3, 4, 2, 4]], [[4, 1, 4, 2], [1, 1, 4, 4], [4, 4, 1, 1], [2, 4, 1, 4]], [[1, 2, 1, 3], [2, 2, 1, 1], [1, 1, 2, 2], [3, 1, 2, 1]], [[2, 4, 2, 1, 3], [4, 4, 2, 1, 1], [1, 4, 2, 1, 4]]] #only available cards are reported |