C# Class GR.Gambling.Blackjack.Agent

Mostra file Open project: alexhanh/Botting-Library Class Usage Examples

Public Methods

Method Description
Bet ( Game game ) : int
DealCard ( Card card ) : void
GetActions ( Game game ) : List
GetBestAction ( Game game ) : ActionType
ResetShoe ( Game game ) : void
ShoeEV ( ) : double
Showdown ( Game game ) : void
TakeInsurance ( Game game ) : bool

Method Details

Bet() public abstract method

public abstract Bet ( Game game ) : int
game Game
return int

DealCard() public method

public DealCard ( Card card ) : void
card Card
return void

GetActions() public method

public GetActions ( Game game ) : List
game Game
return List

GetBestAction() public abstract method

public abstract GetBestAction ( Game game ) : ActionType
game Game
return ActionType

ResetShoe() public method

public ResetShoe ( Game game ) : void
game Game
return void

ShoeEV() public method

public ShoeEV ( ) : double
return double

Showdown() public abstract method

public abstract Showdown ( Game game ) : void
game Game
return void

TakeInsurance() public abstract method

public abstract TakeInsurance ( Game game ) : bool
game Game
return bool