This package contains all code for the card game project.
- Version:
- 06/05/2018
- Author:
- Joshua Ciffer
-
Class Summary
| Class |
Description |
| Card |
This class represents a single playing card with its face value, value, and suit.
|
| Deck |
This class represents a deck that contains 52 Card objects.
|
| Main |
The main entry point of the program.
|
| Player |
This class represents a single player of the card game.
|