Main page

Game between nosekj11 and himmema2

Score nosekj11=0, himmema2=0
Hive

Game between nosekj11 and himmema2

nosekj11.algorithmName=BOZO
himmema2.algorithmName=motoBombič
Game start
Your browser does not support HTML5 canvas

nosekj11.move() took 0.00 s
nosekj11.myMove=0
Player nosekj11: ['q', None, None, 3, 6]
Board after move:
Your browser does not support HTML5 canvas
himmema2.move() took 0.00 s
himmema2.myMove=0
Player himmema2: ['B', None, None, 2, 6]
Your browser does not support HTML5 canvas
nosekj11.move() took 0.00 s
nosekj11.myMove=1
Player nosekj11: ['s', None, None, 4, 5]
Board after move:
Your browser does not support HTML5 canvas
himmema2.move() took 0.00 s
himmema2.move() caused error:
Move [] is not correct
There are 15 possible moves. One of them is e.g.: ['Q', None, None, 1, 6]
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: '', 5: '', 6: '', 7: '', 8: '', 9: '', 10: '', 11: '', 12: ''}, 2: {0: '', 1: '', 2: '', 3: '', 4: '', 5: '', 6: 'B', 7: '', 8: '', 9: '', 10: '', 11: '', 12: ''}, 3: {0: '', 1: '', 2: '', 3: '', 4: '', 5: '', 6: 'q', 7: '', 8: '', 9: '', 10: '', 11: '', 12: ''}, 4: {0: '', 1: '', 2: '', 3: '', 4: '', 5: 's', 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 = 1
self.myPieces = {'Q': 1, 'A': 2, 'B': 1, 'S': 2, 'G': 2}
self.rivalPieces = {'q': 0, 'a': 2, 'b': 2, 's': 1, 'g': 2}
self.myColorIsUpper = True
self.tournament = True

Main page

nosekj11

himmema2