mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2026-01-01 15:49:59 -08:00
* Make more use of a Maze class * Create a bigger maze in the test * Group row/col variables in Position class * Group direction variables in an Enum
Original source downloaded from Vintage Basic
Conversion to Python