Main page

Game between tomasj17 and dedinren

Score tomasj17=0, dedinren=0
Hive

Game between tomasj17 and dedinren

tomasj17.algorithmName=Did you ever hear the Tragedy of Darth Plagueis the Wise?
dedinren.algorithmName=myGreatMethod
Game start
Your browser does not support HTML5 canvas

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

Main page

tomasj17

dedinren