Simple Poker Template 0.0.1
|
Class responsible for determining the best possible poker hand from a given set of cards. More...
Public Member Functions | |
PokerHand | GetBestHand (List< Card > cards) |
Determines the best possible poker hand from the given set of cards. | |
Class responsible for determining the best possible poker hand from a given set of cards.
Determines the best possible poker hand from the given set of cards.
cards | The list of cards to evaluate. |