Main page

Game between himmema2 and kosjan2

Score himmema2=0, kosjan2=0
Hive

Game between himmema2 and kosjan2

himmema2.algorithmName=motoBombič
kosjan2.algorithmName=myGreatn'tMethod
Game start
Your browser does not support HTML5 canvas

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

Main page

himmema2

kosjan2