C# Class TexasHoldem.Logic.GameMechanics.TwoPlayersHandLogic

Show file Open project: NikolayIT/TexasHoldemGameEngine

Public Methods

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

Private Methods

Method Description
DetermineWinnerAndAddPot ( int pot ) : void
PlayRound ( GameRoundType gameRoundType, int communityCardsCount ) : void

Method Details

Play() public method

public Play ( ) : void
return void

TwoPlayersHandLogic() public method

public TwoPlayersHandLogic ( IList players, int handNumber, int smallBlind ) : System.Collections.Generic
players IList
handNumber int
smallBlind int
return System.Collections.Generic