C# Class GR.Gambling.Backgammon.Venue.BoardHelper

Show file Open project: alexhanh/Botting-Library

Public Methods

Method Description
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.

Method Details

AddMissingChequers() public static method

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].
return void