Main page

Game between fischjon and bastlalb

Score fischjon=0, bastlalb=0
Hive

Game between fischjon and bastlalb

fischjon.algorithmName=prosim funguj blbej pavouku
bastlalb.algorithmName=myGreatMethod
Game start
Your browser does not support HTML5 canvas

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

Main page

fischjon

bastlalb