Main page

Game between godulmat and hlavam41

Score godulmat=0, hlavam41=0
Hive

Game between godulmat and hlavam41

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

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

Main page

godulmat

hlavam41