mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2025-12-25 12:25:10 -08:00
* Avoid encoding values in int; use tuples instead (the memory overhead is OK today) * Avoid encoding values in str, use lists instead (same story) * Use variable names that speak for themselves * Fix typo (NAVAGATION)
Original source downloaded from Vintage Basic
Conversion to Python