Main page

Game between vejsivoj and mencimar

Score vejsivoj=0, mencimar=0
Hive

Game between vejsivoj and mencimar

vejsivoj.algorithmName=ugabuga
mencimar.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
mencimar.move() took 0.00 s
mencimar.myMove=0
Player mencimar: ['Q', None, None, 4, 6]
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
mencimar.move() took 0.00 s
mencimar.myMove=1
Player mencimar: ['A', None, None, 5, 6]
Your browser does not support HTML5 canvas
vejsivoj.move() took 0.09 s
vejsivoj.myMove=2
Player vejsivoj: ['q', None, None, 2, 7]
Board after move:
Your browser does not support HTML5 canvas
mencimar.move() took 0.00 s
mencimar.myMove=2
Player mencimar: ['A', None, None, 5, 5]
Your browser does not support HTML5 canvas
vejsivoj.move() took 0.09 s
vejsivoj.myMove=3
Player vejsivoj: ['a', None, None, 2, 8]
Board after move:
Your browser does not support HTML5 canvas
mencimar.move() took 0.00 s
mencimar.myMove=3
Player mencimar: ['B', None, None, 6, 5]
Your browser does not support HTML5 canvas
vejsivoj.move() took 0.11 s
vejsivoj.myMove=4
Player vejsivoj: ['a', None, None, 3, 5]
Board after move:
Your browser does not support HTML5 canvas
mencimar.move() took 0.00 s
mencimar.myMove=4
Player mencimar: ['B', None, None, 7, 5]
Your browser does not support HTML5 canvas
vejsivoj.move() took 0.13 s
vejsivoj.myMove=5
Player vejsivoj: ['b', None, None, 3, 8]
Board after move:
Your browser does not support HTML5 canvas
mencimar.move() took 0.00 s
mencimar.myMove=5
Player mencimar: ['S', None, None, 8, 5]
Your browser does not support HTML5 canvas
vejsivoj.move() took 0.21 s
vejsivoj.myMove=6
Player vejsivoj: ['b', 3, 8, 3, 7]
Board after move:
Your browser does not support HTML5 canvas
mencimar.move() took 0.00 s
mencimar.myMove=6
Player mencimar: ['S', None, None, 9, 5]
Your browser does not support HTML5 canvas
vejsivoj.move() took 0.29 s
vejsivoj.myMove=7
Player vejsivoj: ['b', 3, 7, 4, 6]
Board after move:
Your browser does not support HTML5 canvas
mencimar.move() took 0.00 s
mencimar.move() caused error:
Move ['G', None, None, 4, 7] is not correct
There are 58 possible moves
One of them is e.g.: ['A', 5, 5, 6, 4]
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: 'g', 7: 'q', 8: 'a', 9: '', 10: '', 11: '', 12: ''}, 3: {0: '', 1: '', 2: '', 3: '', 4: '', 5: 'a', 6: 'g', 7: '', 8: '', 9: '', 10: '', 11: '', 12: ''}, 4: {0: '', 1: '', 2: '', 3: '', 4: '', 5: '', 6: 'Qb', 7: '', 8: '', 9: '', 10: '', 11: '', 12: ''}, 5: {0: '', 1: '', 2: '', 3: '', 4: '', 5: 'A', 6: 'A', 7: '', 8: '', 9: '', 10: '', 11: '', 12: ''}, 6: {0: '', 1: '', 2: '', 3: '', 4: '', 5: 'B', 6: '', 7: '', 8: '', 9: '', 10: '', 11: '', 12: ''}, 7: {0: '', 1: '', 2: '', 3: '', 4: '', 5: 'B', 6: '', 7: '', 8: '', 9: '', 10: '', 11: ''}, 8: {0: '', 1: '', 2: '', 3: '', 4: '', 5: 'S', 6: '', 7: '', 8: '', 9: ''}, 9: {0: '', 1: '', 2: '', 3: '', 4: '', 5: 'S', 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

mencimar