Simple Poker Template 0.0.1
Loading...
Searching...
No Matches
SimplePoker.Logic.CheckHand Class Reference

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.
 

Detailed Description

Class responsible for determining the best possible poker hand from a given set of cards.

Member Function Documentation

◆ GetBestHand()

PokerHand SimplePoker.Logic.CheckHand.GetBestHand ( List< Card > cards)

Determines the best possible poker hand from the given set of cards.

Parameters
cardsThe list of cards to evaluate.
Returns
The best poker hand from the given cards.

The documentation for this class was generated from the following file: