mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2026-06-24 07:27:59 -07:00
6a1794a435
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