| Move 1, bartosi1 is playing.. Cards available to bartosi1 Player bartosi1 returned [14, 14, [[3, 1, 3, 2], [1, 1, 3, 3], [3, 3, 1, 1], [2, 3, 1, 3]]] in 0.560 ms Player bartosi1 old score 0, gained 0, new score 0 |
| Move 2, nikolart is playing.. Cards available to nikolart Player nikolart returned [10, 11, [[2, 3, 1, 3], [3, 3, 1, 1], [1, 1, 3, 3], [3, 1, 3, 2]]] in 0.450 ms Player nikolart old score 0, gained 0, new score 0 |
| Move 3, bartosi1 is playing.. Cards available to bartosi1 Player bartosi1 returned [14, 11, [[2, 1, 4], [1, 1, 1], [4, 4, 4], [2, 2, 2], [1, 2, 3]]] in 318.772 ms Player bartosi1 old score 0, gained 15, new score 15 |
| Move 4, nikolart is playing.. Cards available to nikolart Player nikolart returned [7, 7, [[2, 1, 4], [1, 1, 1], [4, 4, 4], [2, 2, 2], [1, 2, 3]]] in 0.445 ms Move [7, 7, [[2, 1, 4], [1, 1, 1], [4, 4, 4], [2, 2, 2], [1, 2, 3]]] is not a valid move Move [7, 7, [[2, 1, 4], [1, 1, 1], [4, 4, 4], [2, 2, 2], [1, 2, 3]]] returned by player would result in: Example of a valid move: [19,11,[[4, 1, 4, 2, 3], [1, 1, 4, 2, 2], [2, 1, 4, 2, 1]]] Error occured in situation: self.tournament = True self.timeout = 1.7 self.boardRows = 33 self.boardCols = 33 self.cardsOnDesk = [[14, 14, [[3, 1, 3, 2], [1, 1, 3, 3], [3, 3, 1, 1], [2, 3, 1, 3]]], [10, 11, [[2, 3, 1, 3], [3, 3, 1, 1], [1, 1, 3, 3], [3, 1, 3, 2]]], [14, 11, [[2, 1, 4], [1, 1, 1], [4, 4, 4], [2, 2, 2], [1, 2, 3]]]] self.cardsAtHand = [[[4, 1, 4, 2, 3], [1, 1, 4, 2, 2], [2, 1, 4, 2, 1]], [[4, 1, 4, 2], [1, 1, 4, 4], [4, 4, 1, 1], [2, 4, 1, 4]], [[1, 4, 1, 3, 2], [4, 4, 1, 3, 3], [3, 4, 1, 3, 4]], [[4, 3, 4, 2], [3, 3, 4, 4], [4, 4, 3, 3], [2, 4, 3, 4]], [[4, 3, 4, 1, 2], [3, 3, 4, 1, 1], [1, 3, 4, 1, 3]], [[2, 3, 2, 1], [3, 3, 2, 2], [2, 2, 3, 3], [1, 2, 3, 2]], [[3, 1, 3, 4, 2], [1, 1, 3, 4, 4], [4, 1, 3, 4, 1]], [[4, 2, 4, 1, 3], [2, 2, 4, 1, 1], [1, 2, 4, 1, 2]], [[4, 1, 4, 3], [1, 1, 4, 4], [4, 4, 1, 1], [3, 4, 1, 4]], [[1, 4, 1, 2], [4, 4, 1, 1], [1, 1, 4, 4], [2, 1, 4, 1]], [[1, 3, 1, 2, 4], [3, 3, 1, 2, 2], [2, 3, 1, 2, 3]], [[2, 3, 2, 1, 4], [3, 3, 2, 1, 1], [1, 3, 2, 1, 3]], [[3, 1, 3, 4], [1, 1, 3, 3], [3, 3, 1, 1], [4, 3, 1, 3]], [[1, 2, 1, 4, 3], [2, 2, 1, 4, 4], [4, 2, 1, 4, 2]], [[2, 4, 2, 3], [4, 4, 2, 2], [2, 2, 4, 4], [3, 2, 4, 2]], [[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]], [[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]], [[3, 2, 3, 1, 4], [2, 2, 3, 1, 1], [1, 2, 3, 1, 2]], [[1, 3, 1, 4, 2], [3, 3, 1, 4, 4], [4, 3, 1, 4, 3]], [[2, 1, 2, 3, 4], [1, 1, 2, 3, 3], [3, 1, 2, 3, 1]], [[3, 1, 3, 2, 4], [1, 1, 3, 2, 2], [2, 1, 3, 2, 1]]] #only available cards are reported |