mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2026-07-02 10:59:41 -07:00
c29c751d21
Introduces a new error message:
({start_x}, {start_y}) has no legal moves. Choose again.
Closes #677
Additionally, add type annotations
Original source downloaded from Vintage Basic
Conversion to Python