A chrome extension to automate the boring stuffs when solving the Nurikabe puzzle.
- Google Chrome
-
Install this application as a Chrome extension.
In your Chrome browser settings, go to
More Tools > Extensions
and turn onDeveloper mode
. Then, clickLoad unpacked
and select thesrc
directory of this repo. -
Try out some puzzles in the Nurikabe Puzzle Site!
-
Streams Highlighting.
Each connected streams have the same color. This helps you check which streams are not connected yet.
-
Unreachables. The unreachable cells from any island is a stream.
-
Lone Exit. If there is only one exit cell for an island or stream, it will exit through that cell.
-
Dot in the Corner. Since there cannot be a 2x2 stream, once 3 stream cells are found in a 2x2 window, the remaining white cell is part of an island.
-
Cover the Islands. If the island has been completed, the surrounding cells is a stream.
-
Disconnect the Islands. Islands cannot be connected, so the cell which is a neighbor of two islands is a stream.