C# Class GR.Gambling.Backgammon.Bot.GnuBgHintModule

Inheritance: HintModule
ファイルを表示 Open project: alexhanh/Botting-Library Class Usage Examples

Public Methods

Method Description
Close ( ) : void
CreateNew ( ) : HintModule
DoubleHint ( GameState gamestate ) : DoubleHint
DoubleResponseHint ( GameState gamestate ) : DoubleResponseHint
GnuBgHintModule ( string path ) : System
GnuBgHintModule ( string path, IEnumerable settings ) : System
Initialize ( ) : void
PlayHint ( GameState gamestate, int max_hints ) : List
PlayHint ( GameState gamestate ) : PlayHint
ResignHint ( GameState gamestate, bool has_moved ) : ResignHint
ResignResponseHint ( GameState gamestate ) : ResignResponseHint

Method Details

Close() public method

public Close ( ) : void
return void

CreateNew() public method

public CreateNew ( ) : HintModule
return HintModule

DoubleHint() public method

public DoubleHint ( GameState gamestate ) : DoubleHint
gamestate GameState
return GR.Gambling.Backgammon.Tools.DoubleHint

DoubleResponseHint() public method

public DoubleResponseHint ( GameState gamestate ) : DoubleResponseHint
gamestate GameState
return GR.Gambling.Backgammon.Tools.DoubleResponseHint

GnuBgHintModule() public method

public GnuBgHintModule ( string path ) : System
path string
return System

GnuBgHintModule() public method

public GnuBgHintModule ( string path, IEnumerable settings ) : System
path string
settings IEnumerable
return System

Initialize() public method

public Initialize ( ) : void
return void

PlayHint() public method

public PlayHint ( GameState gamestate, int max_hints ) : List
gamestate GameState
max_hints int
return List

PlayHint() public method

public PlayHint ( GameState gamestate ) : PlayHint
gamestate GameState
return GR.Gambling.Backgammon.Tools.PlayHint

ResignHint() public method

public ResignHint ( GameState gamestate, bool has_moved ) : ResignHint
gamestate GameState
has_moved bool
return GR.Gambling.Backgammon.Tools.ResignHint

ResignResponseHint() public method

public ResignResponseHint ( GameState gamestate ) : ResignResponseHint
gamestate GameState
return GR.Gambling.Backgammon.Tools.ResignResponseHint