Main page

Game between bimonmar and dedinren

Score bimonmar=0, dedinren=0
Hive

Game between bimonmar and dedinren

bimonmar.algorithmName=myGreatMethod
dedinren.algorithmName=myGreatMethod
Game start
Your browser does not support HTML5 canvas

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

Main page

bimonmar

dedinren