Overview
This console-based application lets users play a simple card game either against another player or the computer.
The main classes handle the cards, player hands, and game logic.
Key Learnings
- Classes and encapsulation
- Flow control and loops
- User input management