Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 457 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 457 Bytes

CardGame

This is a simple card game implemented in Python. Players draw cards from shuffled decks and compete in rounds. The player with the higher card wins each round. The game continues until one player runs out of cards.

How to Play

To play the card game:

  1. Open your command prompt or terminal.

  2. Navigate to the directory where you saved script.py.

  3. Run the unit tests by executing the Python script:

    python3 script.py