Main page

Game between hornadav and tejmarek

Score hornadav=0, tejmarek=0
Hive

Game between hornadav and tejmarek

hornadav.algorithmName=Funguje to... Proc?
tejmarek.algorithmName=myGreatMethod
Game start
Your browser does not support HTML5 canvas

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

Main page

hornadav

tejmarek