1234567891011 |
- #ifndef QWIXX
- #define QWIXX
- enum{NOT_STARTED, STARTED, FINISHED, PLAYING};
- // to add a color in the future, place it before white1 below
- enum {red, yellow, green, blue, white1, white2, colors};
- #define CHECKBOXES 12
- #define CHECKBOX_COUNT (CHECKBOXES*white1)
- #define PENALTY_VALUE 5
- #define MAX_PENALTY 4
- #define MAX_LOCKOUT 2
- #endif
|