Main page

Game between vejsivoj and novakl47

Score vejsivoj=0, novakl47=0
Hive

Game between vejsivoj and novakl47

vejsivoj.algorithmName=ugabuga
novakl47.algorithmName=mojeSkvelaMetoda
Game start
Your browser does not support HTML5 canvas

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

Main page

vejsivoj

novakl47