Deck of cards presented as list[dict]
in deck_of_cards.py
Use SimpleCardGame
class to deal n hands of x cards after shuffling the virtual deck using Python random.shuffle()
method.
Building out CompareValues
class to determine winner of any given card-deal.
Card images are free for use at https://jojodave.s3.amazonaws.com/static/cards/.
© 2022-2024 David Crandell