C# Class Farkle.ScoreCalculator

Show file Open project: okiwi/dojo-8-02-2016-farkle Class Usage Examples

Public Methods

Method Description
RollHasOneOrFive ( List roll ) : bool
RollHasSextet ( List rollValues ) : bool
RollHasTriple ( List rollValues ) : bool
ScoreCalculator ( ) : System
ThrowDice ( ) : List

Method Details

RollHasOneOrFive() public method

public RollHasOneOrFive ( List roll ) : bool
roll List
return bool

RollHasSextet() public method

public RollHasSextet ( List rollValues ) : bool
rollValues List
return bool

RollHasTriple() public method

public RollHasTriple ( List rollValues ) : bool
rollValues List
return bool

ScoreCalculator() public method

public ScoreCalculator ( ) : System
return System

ThrowDice() public method

public ThrowDice ( ) : List
return List