Main page

Game between dedinren and kleinmat

Score dedinren=0, kleinmat=0
Hive

Game between dedinren and kleinmat

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

Main page

dedinren

kleinmat