C# Class Farkle.ScoreCalculator

Afficher le fichier Open project: okiwi/dojo-8-02-2016-farkle Class Usage Examples

Méthodes publiques

Méthode Description
RollHasOneOrFive ( List roll ) : bool
RollHasSextet ( List rollValues ) : bool
RollHasTriple ( List rollValues ) : bool
ScoreCalculator ( ) : System
ThrowDice ( ) : List

Method Details

RollHasOneOrFive() public méthode

public RollHasOneOrFive ( List roll ) : bool
roll List
Résultat bool

RollHasSextet() public méthode

public RollHasSextet ( List rollValues ) : bool
rollValues List
Résultat bool

RollHasTriple() public méthode

public RollHasTriple ( List rollValues ) : bool
rollValues List
Résultat bool

ScoreCalculator() public méthode

public ScoreCalculator ( ) : System
Résultat System

ThrowDice() public méthode

public ThrowDice ( ) : List
Résultat List