Class | Description |
---|---|
DicePool |
Dice Pool class manages a group of dice.
|
Die |
This class is a comprehensive die rolling object that can go from 1 to the limit of integer's positive range.
|
Game |
Game class manages the state of the game, the players, and the score
|
GameActivity |
Android Activity for the screen of choosing dice and rolling.
|
MenuActivity |
Android Activity for the start up screen.
|
Player |
Manage a palyer of the game
|
ScoreScreenActivity |
Android Activity for the Score Screen.
|
ZilchApplication |
Android Application.
|
ZilchResult |
ZilchResult detects scoring patterns in rolls of dice pools
|