Main page

Game between matusada and paukojur

Score matusada=0, paukojur=0
Hive

Game between matusada and paukojur

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

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

Main page

matusada

paukojur