Main page

Game between kornejak and hermap12

Score kornejak=0, hermap12=0
Hive

Game between kornejak and hermap12

kornejak.algorithmName=Muhahaha
hermap12.algorithmName=bolest
Game start
Your browser does not support HTML5 canvas

kornejak.move() took 0.00 s
kornejak.myMove=0
Player kornejak: ['s', None, None, 3, 6]
Board after move:
Your browser does not support HTML5 canvas
hermap12.move() took 0.00 s
hermap12.myMove=0
Player hermap12: ['S', None, None, 4, 6]
Your browser does not support HTML5 canvas
kornejak.move() took 0.00 s
kornejak.myMove=1
Player kornejak: ['q', None, None, 3, 5]
Board after move:
Your browser does not support HTML5 canvas
hermap12.move() took 0.00 s
hermap12.myMove=1
Player hermap12: ['G', None, None, 4, 7]
Your browser does not support HTML5 canvas
kornejak.move() took 0.02 s
kornejak.myMove=2
Player kornejak: ['a', None, None, 2, 6]
Board after move:
Your browser does not support HTML5 canvas
hermap12.move() took 0.00 s
hermap12.myMove=2
Player hermap12: ['B', None, None, 3, 8]
Your browser does not support HTML5 canvas
kornejak.move() took 0.04 s
kornejak.myMove=3
Player kornejak: ['a', None, None, 2, 5]
Board after move:
Your browser does not support HTML5 canvas
hermap12.move() took 0.00 s
hermap12.myMove=3
Player hermap12: ['Q', None, None, 4, 8]
Your browser does not support HTML5 canvas
kornejak.move() took 0.02 s
kornejak.myMove=4
Player kornejak: ['a', 2, 5, 5, 7]
Board after move:
Your browser does not support HTML5 canvas
hermap12.move() caused error:
Traceback (most recent call last):
/player.py", line 318, in move
    return stone.stone_info(self.myColorIsUpper) + [rp[0],rp[1]]
AttributeError: 'NoneType' object has no attribute 'stone_info'

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: '', 6: 'a', 7: '', 8: '', 9: '', 10: '', 11: '', 12: ''}, 3: {0: '', 1: '', 2: '', 3: '', 4: '', 5: 'q', 6: 's', 7: '', 8: 'B', 9: '', 10: '', 11: '', 12: ''}, 4: {0: '', 1: '', 2: '', 3: '', 4: '', 5: '', 6: 'S', 7: 'G', 8: 'Q', 9: '', 10: '', 11: '', 12: ''}, 5: {0: '', 1: '', 2: '', 3: '', 4: '', 5: '', 6: '', 7: 'a', 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': 2, 'B': 1, 'S': 1, 'G': 1}
self.rivalPieces = {'q': 0, 'a': 0, 'b': 2, 's': 1, 'g': 2}
self.myColorIsUpper = True
self.tournament = True

Main page

kornejak

hermap12