In C++ code
The mission of thisassignment is to realize a “Crazy Eights” card game using astandard 52-card deck. Read the specified link (wikipedia) or watchthis video (and others too) to understand how this simple gameworks out. In this assignment, you will be playing with other 3people whose card turns are automatically generated according tothe next rules:
- find the same number of anysuit
- find the same suit
- use any eight and declare thesuit of the most occurring suit in hand (e.g., select H if HHHCCDSin hand)
- draw from the deck untilfinding any of the above
You need to
OR
OR