mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2026-04-28 19:59:02 -07:00
Avoid executing code on module level as this prevents importing the module for testing. Especially infinite loops are evil.
Original source downloaded from Vintage Basic
Conversion to Python