mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2026-06-22 22:56:08 -07:00
3a63978d0e
* 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