nonogram

nonogram is a solver of nonogram puzzles (also known as “griddler puzzles” or “paint by numbers”).

Author: Jakub Wilk

License: GNU General Public License, version 2

Example:
$ nonogram <<EOF
> 6 3
> 3 2
> 1 2 1
> 2 3
> 3
> 1 1
> 2
> 2
> 1 1
> 3
> EOF
        3 1 2 2 1 3
          1     1
      +------------+
 3 2  |######  ####|
 1 2 1|##  ####  ##|
 2 3  |####  ######|
      +------------+