Main page

Game between mencimar and reructom

Score mencimar=0, reructom=0
Hive

Game between mencimar and reructom

mencimar.algorithmName=myGreatMethod
reructom.algorithmName=placement[-1]
Game start
Your browser does not support HTML5 canvas

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

Main page

mencimar

reructom