Main page

Game between paukojur and poustvac

Score paukojur=0, poustvac=0
Hive

Game between paukojur and poustvac

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

Main page

paukojur

poustvac