Main page

Game between paukojur and santojac

Score paukojur=0, santojac=0
Hive

Game between paukojur and santojac

paukojur.algorithmName=myGreatMethod
santojac.algorithmName=myGreatMethod
Game start
Your browser does not support HTML5 canvas

paukojur.move() took 0.00 s
paukojur.myMove=0
Player paukojur: ['q', None, None, 3, 6]
Board after move:
Your browser does not support HTML5 canvas
santojac.move() took 0.00 s
santojac.myMove=0
Player santojac: ['G', None, None, 2, 6]
Your browser does not support HTML5 canvas
paukojur.move() took 0.00 s
paukojur.myMove=1
Player paukojur: ['a', None, None, 3, 7]
Board after move:
Your browser does not support HTML5 canvas
santojac.move() took 0.00 s
santojac.myMove=1
Player santojac: ['Q', None, None, 1, 6]
Your browser does not support HTML5 canvas
paukojur.move() took 0.00 s
paukojur.myMove=2
Player paukojur: ['a', None, None, 4, 5]
Board after move:
Your browser does not support HTML5 canvas
santojac.move() took 0.00 s
santojac.myMove=2
Player santojac: ['A', None, None, 1, 7]
Your browser does not support HTML5 canvas
paukojur.move() took 0.00 s
paukojur.myMove=3
Player paukojur: ['b', None, None, 3, 8]
Board after move:
Your browser does not support HTML5 canvas
santojac.move() took 0.00 s
santojac.myMove=3
Player santojac: ['A', None, None, 1, 8]
Your browser does not support HTML5 canvas
paukojur.move() took 0.00 s
paukojur.myMove=4
Player paukojur: ['b', None, None, 4, 4]
Board after move:
Your browser does not support HTML5 canvas
santojac.move() took 0.00 s
santojac.myMove=4
Player santojac: ['B', None, None, 2, 5]
Your browser does not support HTML5 canvas
paukojur.move() took 0.00 s
paukojur.myMove=5
Player paukojur: ['s', None, None, 4, 7]
Board after move:
Your browser does not support HTML5 canvas
santojac.move() took 0.00 s
santojac.myMove=5
Player santojac: ['B', None, None, 0, 9]
Your browser does not support HTML5 canvas
paukojur.move() took 0.00 s
paukojur.myMove=6
Player paukojur: ['s', None, None, 5, 6]
Board after move:
Your browser does not support HTML5 canvas
santojac.move() took 0.00 s
santojac.myMove=6
Player santojac: ['S', None, None, 0, 8]
Your browser does not support HTML5 canvas
paukojur.move() took 0.00 s
paukojur.myMove=7
Player paukojur: ['g', None, None, 6, 5]
Board after move:
Your browser does not support HTML5 canvas
santojac.move() took 0.00 s
santojac.myMove=7
Player santojac: ['S', None, None, -1, 10]
Your browser does not support HTML5 canvas
paukojur.move() took 0.00 s
paukojur.myMove=8
Player paukojur: ['g', None, None, 5, 5]
Board after move:
Your browser does not support HTML5 canvas
santojac.move() took 0.00 s
santojac.myMove=8
Player santojac: ['G', None, None, 0, 7]
Your browser does not support HTML5 canvas
paukojur.move() took 0.00 s
paukojur.move() caused error:
Return value is not list!
Return value is: None
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: 'S', 11: '', 12: ''}, 0: {0: '', 1: '', 2: '', 3: '', 4: '', 5: '', 6: '', 7: 'G', 8: 'S', 9: 'B', 10: '', 11: '', 12: ''}, 1: {0: '', 1: '', 2: '', 3: '', 4: '', 5: '', 6: 'Q', 7: 'A', 8: 'A', 9: '', 10: '', 11: '', 12: ''}, 2: {0: '', 1: '', 2: '', 3: '', 4: '', 5: 'B', 6: 'G', 7: '', 8: '', 9: '', 10: '', 11: '', 12: ''}, 3: {0: '', 1: '', 2: '', 3: '', 4: '', 5: '', 6: 'q', 7: 'a', 8: 'b', 9: '', 10: '', 11: '', 12: ''}, 4: {0: '', 1: '', 2: '', 3: '', 4: 'b', 5: 'a', 6: '', 7: 's', 8: '', 9: '', 10: '', 11: '', 12: ''}, 5: {0: '', 1: '', 2: '', 3: '', 4: '', 5: 'g', 6: 's', 7: '', 8: '', 9: '', 10: '', 11: '', 12: ''}, 6: {0: '', 1: '', 2: '', 3: '', 4: '', 5: 'g', 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': 0, 'b': 0, 's': 0, 'g': 0}
self.rivalPieces = {'Q': 0, 'A': 0, 'B': 0, 'S': 0, 'G': 0}
self.myColorIsUpper = False
self.tournament = True

Main page

paukojur

santojac