Main page

Game between paukojur and reructom

Score paukojur=0, reructom=0
Hive

Game between paukojur and reructom

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

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

Main page

paukojur

reructom