Main page

Game between zaplej10 and bastlalb

Score zaplej10=0, bastlalb=0
Hive

Game between zaplej10 and bastlalb

zaplej10.algorithmName=rANdOm
bastlalb.algorithmName=myGreatMethod
Game start
Your browser does not support HTML5 canvas

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

Main page

zaplej10

bastlalb