Class and Description |
---|
Card
The Card class is a class that creates Card objects that are used
in the creation of the deck in Euchre and used to compare in the
played comparison.
|
Euchre
The Euchre class is our main class that controls the functionality
of the game to be played in the console window.
|
Player
The Player class is a class that holds each players information.
|
Suits
An enumerated class that holds suit information.
|
Team
A enumerated class that holds team information.
|