Main page

Game between sachavac and paukojur

Score sachavac=0, paukojur=0
Hive

Game between sachavac and paukojur

sachavac.algorithmName=myGreatMethod
paukojur.algorithmName=myGreatMethod
Game start
Your browser does not support HTML5 canvas

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

Main page

sachavac

paukojur