Main page

Game between hermap12 and kleinmat

Score hermap12=0, kleinmat=0
Hive

Game between hermap12 and kleinmat

hermap12.algorithmName=bolest
kleinmat.algorithmName=HalfRandom_halfTryingToFindBestMove
Game start
Your browser does not support HTML5 canvas

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

Main page

hermap12

kleinmat