C# 클래스 GR.Gambling.Backgammon.Venue.BoardHelper

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

공개 메소드들

메소드 설명
AddMissingChequers ( Board &board, int pips ) : void

Add missing chequers so that all we need is to know if a slot has 5 chequers and the total pip count.

메소드 상세

AddMissingChequers() 공개 정적인 메소드

Add missing chequers so that all we need is to know if a slot has 5 chequers and the total pip count.
public static AddMissingChequers ( Board &board, int pips ) : void
board Board
pips int pips[0] should contain total pip count for board[0].
리턴 void