Main page

Game between bimonmar and bastlalb

Score bimonmar=0, bastlalb=0
Hive

Game between bimonmar and bastlalb

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

Main page

bimonmar

bastlalb