Main page

Game between godulmat and dvorapro

Score godulmat=0, dvorapro=0
Hive

Game between godulmat and dvorapro

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

Main page

godulmat

dvorapro