C# 클래스 GR.Gambling.Backgammon.Conversion.BGConverter

파일 보기 프로젝트 열기: alexhanh/Botting-Library

공개 메소드들

메소드 설명
FromFIBS ( string id, string &error ) : GameState
ToGnuBgASCII ( GameState gs, string player_names ) : string

비공개 메소드들

메소드 설명
IsNumber ( string s, bool negative_sign ) : bool
SwapSides ( Board b ) : Board

메소드 상세

FromFIBS() 공개 정적인 메소드

public static FromFIBS ( string id, string &error ) : GameState
id string
error string
리턴 GR.Gambling.Backgammon.GameState

ToGnuBgASCII() 공개 정적인 메소드

public static ToGnuBgASCII ( GameState gs, string player_names ) : string
gs GR.Gambling.Backgammon.GameState
player_names string
리턴 string