Main page

Game between mencimar and hlavam41

Score mencimar=0, hlavam41=0
Hive

Game between mencimar and hlavam41

mencimar.algorithmName=myGreatMethod
hlavam41.algorithmName=SUPRDUPR
Game start
Your browser does not support HTML5 canvas

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

Main page

mencimar

hlavam41