Main page

Game between matusada and dedinren

Score matusada=0, dedinren=0
Hive

Game between matusada and dedinren

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

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

Main page

matusada

dedinren