mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2026-01-05 09:39:32 -08:00
Super Star Trek (Python): Introduce OOP
* 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)
This commit is contained in: