Move message display coordinate in [A-J][0-9] form

This commit is contained in:
Yorick Barbanneau 2023-12-22 01:15:12 +01:00
parent f8cf9e6bff
commit 4a8d97c4ed

View file

@ -63,7 +63,7 @@ class PlayerEngine:
def _show_better_move(self, move, heuristic):
self.logger.debug(" -> Found a better move: {},{} | heuristic:{}".format(
move[1],move[2],
chr(move[1] + 65),move[2],
heuristic
))