C# Class GR.Gambling.Blackjack.GameLogger

显示文件 Open project: alexhanh/Botting-Library Class Usage Examples

Public Methods

Method Description
Action ( Card dealer_upcard, CardSet player_hands, int active_hand_index, List actions ) : void
GameLogger ( ) : System
Insurance ( bool take ) : void
Showdown ( CardSet dealer_hand, CardSet player_hands, long game_id, int expected_money, int actual_money ) : void
StartGame ( Shoe shoe, double shoe_ev, int bet_size ) : void

Method Details

Action() public method

public Action ( Card dealer_upcard, CardSet player_hands, int active_hand_index, List actions ) : void
dealer_upcard Card
player_hands CardSet
active_hand_index int
actions List
return void

GameLogger() public method

public GameLogger ( ) : System
return System

Insurance() public method

public Insurance ( bool take ) : void
take bool
return void

Showdown() public method

public Showdown ( CardSet dealer_hand, CardSet player_hands, long game_id, int expected_money, int actual_money ) : void
dealer_hand CardSet
player_hands CardSet
game_id long
expected_money int
actual_money int
return void

StartGame() public method

public StartGame ( Shoe shoe, double shoe_ev, int bet_size ) : void
shoe Shoe
shoe_ev double
bet_size int
return void