Main page

Game between safarpe4 and kralfil9

Score safarpe4=0, kralfil9=0
Hive

Game between safarpe4 and kralfil9

safarpe4.algorithmName=myGreatMethod
kralfil9.algorithmName=myGreatMethod
Game start
Your browser does not support HTML5 canvas

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

Main page

safarpe4

kralfil9