Method | Description | |
---|---|---|
BlackjackGame ( |
Creates a new instance of a game of Blackjack.
|
|
CanDoubleDown ( |
||
CanHit ( |
||
CanSplit ( |
||
CanSurrender ( |
||
DealerMustHit ( |
||
Play ( IEnumerable |
Plays a game of Blackjack with the collection of players.
|
Method | Description | |
---|---|---|
LogError ( |
public BlackjackGame ( |
||
settings | ||
return | System |
public CanDoubleDown ( |
||
hand | ||
return | bool |
public CanSurrender ( |
||
hand | ||
return | bool |
public DealerMustHit ( |
||
hand | ||
return | bool |