Main page

Game between bastlalb and andrlja4

Score bastlalb=0, andrlja4=0
Hive

Game between bastlalb and andrlja4

bastlalb.algorithmName=myGreatMethod
andrlja4.algorithmName=Bruno_v_2086
Game start
Your browser does not support HTML5 canvas

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

Main page

bastlalb

andrlja4