-
Notifications
You must be signed in to change notification settings - Fork 82
Nurikabe Strategy Guide
Aditya Borkar edited this page Mar 31, 2023
·
1 revision
- Realms are cells with reach on the board.
- It is recommended to start with cells that have the Maximum reach.
- When considering reach, disregard open and closed cells
- If any realm contains the number of cells as the contained number make them all open
- If an open cell is only covered by one realm, it belongs to that number
- Because of this, the coverage of the realms will shrink to be able to connect to the open cell
- Repeat from step 5
- Any cell adjacent to an open cell that belongs to a different realms should be closed
- Repeat from step 5 again
- A block of 2 indicates that at least one of the other 2 must be open. If the 2 unmarked are in only one realm, at least one of the 2 must be connected to that number. If one cell must be Open for the other to be, then the first cell must be Open. This will reduced the maximum reach of the realm (Step 7).
- If each of the unmarked cells is in only 1 realm and the realms are not the same, one of the cells must be closed
- Home
-
For Developers
- Programming Standards
- Developer Setup Guide
- Alternative Developer Setup Guide (linux)
- Pointers for Getting Started
- Guide to Implementing Puzzles
- Guide to Implementing the Puzzle Editor Functionality for a Puzzle
- Native Binary Compilation Information for Windows
- Test Suite Documentation
- Notes for a Future Rewrite
- For End Users