1234567891011121314 |
-
- enum{NOT_STARTED, STARTED, FINISHED, PLAYING};
- enum{left, right};
- enum{penalty, everyone, active, selectionSize};
- // to add a color in the future, place it before white1 below
- enum {red, yellow, green, blue, white1, white2, colors};
- // checkboxes represents the count of the sample space of the sum of rolling 2 dice
-
-
-
-
-
|