Main page

Game between duspitom and dedinren

Score duspitom=0, dedinren=0
Hive

Game between duspitom and dedinren

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

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

Main page

duspitom

dedinren