Main page

Game between duspitom and paukojur

Score duspitom=0, paukojur=0
Hive

Game between duspitom and paukojur

duspitom.algorithmName=I dont have enough time to finish this semestral work.
paukojur.algorithmName=myGreatMethod
Game start
Your browser does not support HTML5 canvas

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

Main page

duspitom

paukojur