Main page

Game between charvri1 and paukojur

Score charvri1=0, paukojur=0
Hive

Game between charvri1 and paukojur

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

charvri1.move() took 0.00 s
charvri1.myMove=0
Player charvri1: ['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
charvri1.move() took 0.00 s
charvri1.myMove=1
Player charvri1: ['s', 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
charvri1.move() took 0.00 s
charvri1.myMove=2
Player charvri1: ['s', None, None, 1, 6]
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
charvri1.move() took 0.00 s
charvri1.myMove=3
Player charvri1: ['g', None, None, 0, 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, 6, 2]
Your browser does not support HTML5 canvas
charvri1.move() took 0.00 s
charvri1.myMove=4
Player charvri1: ['g', None, None, -1, 6]
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
charvri1.move() took 0.00 s
charvri1.myMove=5
Player charvri1: ['b', None, None, -2, 6]
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
charvri1.move() took 0.00 s
charvri1.myMove=6
Player charvri1: ['b', None, None, -3, 6]
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 54 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: 'b', 7: '', 8: '', 9: '', 10: '', 11: '', 12: ''}, -2: {4: '', 5: '', 6: 'b', 7: '', 8: '', 9: '', 10: '', 11: '', 12: ''}, -1: {2: '', 3: '', 4: '', 5: '', 6: 'g', 7: '', 8: '', 9: '', 10: '', 11: '', 12: ''}, 0: {0: '', 1: '', 2: '', 3: '', 4: '', 5: '', 6: 'g', 7: '', 8: '', 9: '', 10: '', 11: '', 12: ''}, 1: {0: '', 1: '', 2: '', 3: '', 4: '', 5: '', 6: 's', 7: '', 8: '', 9: '', 10: '', 11: '', 12: ''}, 2: {0: '', 1: '', 2: '', 3: '', 4: '', 5: '', 6: 's', 7: '', 8: '', 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: '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': 2, 'b': 0, 's': 0, 'g': 0}
self.myColorIsUpper = True
self.tournament = True

Main page

charvri1

paukojur