Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 379 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 379 Bytes

nurikabe

Nurikabe solver. Bryan Clair 2015

Requires networkx python module.

Built to work with arbitary graphs, though ASCII I/O is only available for square grids.

Example

python nurikabe.py examples/example.txt or python nurikabe.py < examples/example.txt

where examples/example.txt might contain

...2.
.....
....3
.....
.4...