Main page

Game between reructom and mencimar

Score reructom=0, mencimar=0
Hive

Game between reructom and mencimar

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

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

Main page

reructom

mencimar