- printDice(int[]) - Static method in class Farkle
-
Print a 1D-array to the console.
- printDice(int[][]) - Static method in class Farkle
-
Print a 2D-array to the console.
- printHelp() - Static method in class Farkle
-
Print a help menu to the console.
- printScores(int[]) - Static method in class Farkle
-
Print all current scores to the console.
- printTurn(int[][], int) - Static method in class Farkle
-
Print a record of all dice rolled so far during this turn
and the number of points earned so far.