Manages tiebreakers in a poker game, determining the winners in case of tied hands or kickers.
More...
Manages tiebreakers in a poker game, determining the winners in case of tied hands or kickers.
◆ PokerHandsTiebreaker()
Determines the winners in case of a tie based on the type of hand.
- Parameters
-
players | The list of tied players. |
hand | The type of hand for which tiebreaking is required. |
- Returns
- The list of winners after tiebreaking.
◆ PokerKickersTiebreaker()
List< PlayerBase > SimplePoker.Logic.Tiebreaker.PokerKickersTiebreaker |
( |
List< PlayerBase > | tiedPlayers | ) |
|
Determines the winners in case of a tie based on the kickers.
- Parameters
-
tiedPlayers | The list of tied players. |
- Returns
- The list of winners after tiebreaking.
The documentation for this class was generated from the following file:
- C:/Users/USER/Documents/Github/Poker Offline AssetStore/Assets/Simple Poker Template/Scripts/Game Scene/Poker Logics/Tiebreaker.cs