mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2025-12-25 12:25:10 -08:00
refactoring for more pythonic idioms, moved parallel data arrays into a class, which helped structure board matching functionality and move list updating. Should be pretty readable now.
Original source downloaded from Vintage Basic
Conversion to Python