Coding a Card Game # 2

As another challenge, I coded a second card game, this time with different parameters. For this card game, the point was to take a deck of cards, with the numbers adding up to certain amounts, and see which player reached 100 points first. Different numbers added different amounts of points.

The level for this code is medium, and it uses while loops, if loops, else statements, elif loops, lists, and math.

The link to the code is here.

Comments

Leave a comment