Main page

Game between poustvac and dedinren

Score poustvac=0, dedinren=0
Hive

Game between poustvac and dedinren

poustvac.algorithmName=Enomen v1
dedinren.algorithmName=myGreatMethod
Game start
Your browser does not support HTML5 canvas

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

Main page

poustvac

dedinren