mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2025-12-23 15:37:51 -08:00
1. Behavior of game play. New cards should be dealt every round. 2. As a result of 1, check that we have at least 3 cards for next round.
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