mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2025-12-21 23:00:43 -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