C# Class TexasHoldem.Logic.GameMechanics.TwoPlayersHandLogic

Afficher le fichier Open project: NikolayIT/TexasHoldemGameEngine

Méthodes publiques

Méthode Description
Play ( ) : void
TwoPlayersHandLogic ( IList players, int handNumber, int smallBlind ) : System.Collections.Generic

Private Methods

Méthode Description
DetermineWinnerAndAddPot ( int pot ) : void
PlayRound ( GameRoundType gameRoundType, int communityCardsCount ) : void

Method Details

Play() public méthode

public Play ( ) : void
Résultat void

TwoPlayersHandLogic() public méthode

public TwoPlayersHandLogic ( IList players, int handNumber, int smallBlind ) : System.Collections.Generic
players IList
handNumber int
smallBlind int
Résultat System.Collections.Generic