Skip to content

Commit

Permalink
ADD: letters coordinates on board
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentAuriau committed Nov 17, 2023
1 parent c2d9585 commit 80c0623
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyalapin/engine/engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -936,6 +936,8 @@ def draw(self, printing=True):
whole_text += current_line
whole_text += "\n"
whole_text += boarder_line
whole_text += " | a | b | c | d | e | f | g | h |"
whole_text += boarder_line
if printing:
print(whole_text + "\n")
return whole_text
Expand Down

0 comments on commit 80c0623

Please sign in to comment.