Main page

Game between novakl47 and kralfil9

Score novakl47=0, kralfil9=0
Hive

Game between novakl47 and kralfil9

novakl47.algorithmName=mojeSkvelaMetoda
kralfil9.algorithmName=myGreatMethod
Game start
Your browser does not support HTML5 canvas

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

Main page

novakl47

kralfil9