Main page

Game between bimonmar and mencimar

Score bimonmar=0, mencimar=0
Hive

Game between bimonmar and mencimar

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

mencimar