Enumeration
IpuzGridCheckType
Members
IPUZ_GRID_CHECK_INITIALIZE_GUESS
-
Changes guesses at coord to be a good blank initial value based on cell.
- Value:
0
- Nickname:
initialize-guess
- Available since: 1.0
- Value:
IPUZ_GRID_CHECK_GUESSABLE
-
The cell at coord can take a user guess.
- Value:
1
- Nickname:
guessable
- Available since: 1.0
- Value:
IPUZ_GRID_CHECK_GUESSES_VALID
-
Indicates that the cell in guesses is appropriate to the puzzle type. For example, in crosswords it indicates they have the same cell_type.
- Value:
2
- Nickname:
guesses-valid
- Available since: 1.0
- Value:
IPUZ_GRID_CHECK_GUESS_MADE
-
The player attempted a guess at coord.
- Value:
3
- Nickname:
guess-made
- Available since: 1.0
- Value:
IPUZ_GRID_CHECK_GUESS_CORRECT
-
Guesses is in a winning state at coord.
- Value:
4
- Nickname:
guess-correct
- Available since: 1.0
- Value: