mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2025-12-21 23:00:43 -08:00
The unit tests can be executed via:
$ pip install pytest
$ pytest .
Also a few more type annotations
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