Main page

Game between dedinren and issovter

Score dedinren=0, issovter=0
Hive

Game between dedinren and issovter

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

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

Main page

dedinren

issovter