Score hornadav=0, tejmarek=0
HiveGame between hornadav and tejmarek
hornadav.algorithmName=Funguje to... Proc?
tejmarek.algorithmName=myGreatMethod
Game start
hornadav.move() took 0.00 s
hornadav.myMove=0
Player hornadav: ['b', None, None, 3, 6]
Board after move:
tejmarek.move() took 0.00 s
tejmarek.myMove=0
Player tejmarek: ['S', None, None, 3, 5]
hornadav.move() took 0.00 s
hornadav.myMove=1
Player hornadav: ['g', None, None, 2, 7]
Board after move:
tejmarek.move() took 0.00 s
tejmarek.myMove=1
Player tejmarek: ['Q', None, None, 2, 5]
hornadav.move() took 0.00 s
hornadav.myMove=2
Player hornadav: ['g', None, None, 2, 8]
Board after move:
tejmarek.move() took 0.00 s
tejmarek.myMove=2
Player tejmarek: ['G', None, None, 1, 5]
hornadav.move() took 0.00 s
hornadav.myMove=3
Player hornadav: ['q', None, None, 1, 7]
Board after move:
tejmarek.move() took 0.00 s
tejmarek.myMove=3
Player tejmarek: ['A', None, None, 3, 4]
hornadav.move() took 0.00 s
hornadav.myMove=4
Player hornadav: ['q', 1, 7, 2, 6]
Board after move:
tejmarek.move() took 0.00 s
tejmarek.myMove=4
Player tejmarek: ['G', None, None, 1, 4]
hornadav.move() took 0.00 s
hornadav.myMove=5
Player hornadav: ['b', 3, 6, 3, 5]
Board after move:
tejmarek.move() took 0.00 s
tejmarek.myMove=5
Player tejmarek: ['S', None, None, 3, 3]
hornadav.move() took 0.00 s
hornadav.myMove=6
Player hornadav: ['g', 2, 8, 2, 4]
Board after move:
tejmarek.move() took 0.00 s
tejmarek.move() caused error:
Move ['A', None, None, 4, 4] is not correct
There are 37 possible moves
One of them is e.g.: ['G', 1, 4, 4, 4]
Game state:
self.board = {-6: {12: ''}, -5: {10: '', 11: '', 12: ''}, -4: {8: '', 9: '', 10: '', 11: '', 12: ''}, -3: {6: '', 7: '', 8: '', 9: '', 10: '', 11: '', 12: ''}, -2: {4: '', 5: '', 6: '', 7: '', 8: '', 9: '', 10: '', 11: '', 12: ''}, -1: {2: '', 3: '', 4: '', 5: '', 6: '', 7: '', 8: '', 9: '', 10: '', 11: '', 12: ''}, 0: {0: '', 1: '', 2: '', 3: '', 4: '', 5: '', 6: '', 7: '', 8: '', 9: '', 10: '', 11: '', 12: ''}, 1: {0: '', 1: '', 2: '', 3: '', 4: 'G', 5: 'G', 6: '', 7: '', 8: '', 9: '', 10: '', 11: '', 12: ''}, 2: {0: '', 1: '', 2: '', 3: '', 4: 'g', 5: 'Q', 6: 'q', 7: 'g', 8: '', 9: '', 10: '', 11: '', 12: ''}, 3: {0: '', 1: '', 2: '', 3: 'S', 4: 'A', 5: 'Sb', 6: '', 7: '', 8: '', 9: '', 10: '', 11: '', 12: ''}, 4: {0: '', 1: '', 2: '', 3: '', 4: '', 5: '', 6: '', 7: '', 8: '', 9: '', 10: '', 11: '', 12: ''}, 5: {0: '', 1: '', 2: '', 3: '', 4: '', 5: '', 6: '', 7: '', 8: '', 9: '', 10: '', 11: '', 12: ''}, 6: {0: '', 1: '', 2: '', 3: '', 4: '', 5: '', 6: '', 7: '', 8: '', 9: '', 10: '', 11: '', 12: ''}, 7: {0: '', 1: '', 2: '', 3: '', 4: '', 5: '', 6: '', 7: '', 8: '', 9: '', 10: '', 11: ''}, 8: {0: '', 1: '', 2: '', 3: '', 4: '', 5: '', 6: '', 7: '', 8: '', 9: ''}, 9: {0: '', 1: '', 2: '', 3: '', 4: '', 5: '', 6: '', 7: ''}, 10: {0: '', 1: '', 2: '', 3: '', 4: '', 5: ''}, 11: {0: '', 1: '', 2: '', 3: ''}, 12: {0: '', 1: ''}}
self.myMove = 6
self.myPieces = {'Q': 0, 'A': 1, 'B': 2, 'S': 0, 'G': 0}
self.rivalPieces = {'q': 0, 'a': 2, 'b': 1, 's': 2, 'g': 0}
self.myColorIsUpper = True
self.tournament = True