mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2025-12-28 21:54:17 -08: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
Propose using pylint and black to format python files so that it conforms to some standards