Skip to content

Nurikabe solver. Finds all solutions. Works with arbitrary graphs and square grids.

Notifications You must be signed in to change notification settings

turtlegraphics/nurikabe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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...

About

Nurikabe solver. Finds all solutions. Works with arbitrary graphs and square grids.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages