A general Mathematica package for solving and generating Nonogram (Oekaki) QR code puzzles, inspired by the GCHQ 2015 Christmas Puzzle.
The included demo notebook (Demo.nb) provides examples on use.
To use this package place it a location where it will be found and execute
Get["QRPuzzles`"];
A general description of the pacakge can be found by executing
?QRPuzzles
and more detail (under construction) is available on each of the provided functions using
?"QRPuzzles`*"
as well as in the comments in the package code.
Much can be learned by simply walking through the examples in the demo notebook, and examining the values generated there.
For all suggestions and discussion, connect on Gitter.
Please report any issues or bugs that you find.