Main page

Game between tejmarek and andrlja4

Score tejmarek=0, andrlja4=0
Hive

Game between tejmarek and andrlja4

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

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

Main page

tejmarek

andrlja4