Move message display coordinate in [A-J][0-9] form
This commit is contained in:
parent
f8cf9e6bff
commit
4a8d97c4ed
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ class PlayerEngine:
|
||||||
|
|
||||||
def _show_better_move(self, move, heuristic):
|
def _show_better_move(self, move, heuristic):
|
||||||
self.logger.debug(" -> Found a better move: {},{} | heuristic:{}".format(
|
self.logger.debug(" -> Found a better move: {},{} | heuristic:{}".format(
|
||||||
move[1],move[2],
|
chr(move[1] + 65),move[2],
|
||||||
heuristic
|
heuristic
|
||||||
))
|
))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue