Main page

Game between vejsivoj and bastlalb

Score vejsivoj=0, bastlalb=0
Hive

Game between vejsivoj and bastlalb

vejsivoj.algorithmName=ugabuga
bastlalb.algorithmName=myGreatMethod
Game start
Your browser does not support HTML5 canvas

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

Main page

vejsivoj

bastlalb