C# Class Blackjack.Players.CountingSystemBasicStrategyPlayer

A player which does some simple card counting and modifies basic strategy slightly depending on the count.
Inheritance: BasicStrategyPlayer
Afficher le fichier Open project: tansey/blackjack

Méthodes publiques

Méthode Description
BuyInsurance ( HandInfo info ) : bool
CountingSystemBasicStrategyPlayer ( long handsToPlay ) : System
DoubleDown ( HandInfo info ) : bool
GetBet ( decimal min, decimal max ) : decimal
HandOver ( HandInfo info ) : void
Hit ( HandInfo info ) : bool
Reshuffle ( ) : void

Method Details

BuyInsurance() public méthode

public BuyInsurance ( HandInfo info ) : bool
info HandInfo
Résultat bool

CountingSystemBasicStrategyPlayer() public méthode

public CountingSystemBasicStrategyPlayer ( long handsToPlay ) : System
handsToPlay long
Résultat System

DoubleDown() public méthode

public DoubleDown ( HandInfo info ) : bool
info HandInfo
Résultat bool

GetBet() public méthode

public GetBet ( decimal min, decimal max ) : decimal
min decimal
max decimal
Résultat decimal

HandOver() public méthode

public HandOver ( HandInfo info ) : void
info HandInfo
Résultat void

Hit() public méthode

public Hit ( HandInfo info ) : bool
info HandInfo
Résultat bool

Reshuffle() public méthode

public Reshuffle ( ) : void
Résultat void