Short project which solves Nonogram (Picross) puzzles. https://en.wikipedia.org/wiki/Nonogram
To use the solver, download the picross_solver folder.
- In the input.txt file, enter the dimensions of the Picross, then the row data, then the column data. Note that spaces and newlines matter. See below for an example.
- Run the solve.py file.
- The solution will be printed in the output.txt file. "O" represents a filled cell, "." represents an empty cell.
Example Picross puzzle:
Example input:
Example output:
Example solution: