Main page

Game between kosjan2 and horvanat

Score kosjan2=0, horvanat=0
Hive

Game between kosjan2 and horvanat

kosjan2.algorithmName=myGreatn'tMethod
horvanat.algorithmName=myGreatMethod
Game start
Your browser does not support HTML5 canvas

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

Main page

kosjan2

horvanat