C# 클래스 Blackjack.Players.SimpleFiveCountPlayer

A player which does some simple card counting and modifies the Wizard of Odds simple strategy slightly depending on the number of fives that have been seen.
상속: WizardSimpleStrategy
파일 보기 프로젝트 열기: tansey/blackjack 1 사용 예제들

공개 메소드들

메소드 설명
GetBet ( decimal min, decimal max ) : decimal
HandOver ( HandInfo info ) : void
Hit ( HandInfo info ) : bool
Reshuffle ( ) : void
SimpleFiveCountPlayer ( long handsToPlay ) : System
Surrender ( HandInfo info ) : bool

메소드 상세

GetBet() 공개 메소드

public GetBet ( decimal min, decimal max ) : decimal
min decimal
max decimal
리턴 decimal

HandOver() 공개 메소드

public HandOver ( HandInfo info ) : void
info HandInfo
리턴 void

Hit() 공개 메소드

public Hit ( HandInfo info ) : bool
info HandInfo
리턴 bool

Reshuffle() 공개 메소드

public Reshuffle ( ) : void
리턴 void

SimpleFiveCountPlayer() 공개 메소드

public SimpleFiveCountPlayer ( long handsToPlay ) : System
handsToPlay long
리턴 System

Surrender() 공개 메소드

public Surrender ( HandInfo info ) : bool
info HandInfo
리턴 bool