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

Afficher le fichier Open project: alexhanh/Botting-Library

Méthodes publiques

Méthode 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 méthode

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].
Résultat void