Nonogram is a Japanese puzzle game
git clone git@github.com:pythonik/Nonogram-game-solver.git
the code and data will be in the build folder after type:
make
use the sample provided
./constraint_propagation.py nonograms_2.txt
following algorithms are implemented in this project
- Backtracking
- Constraint propagation
- Constraint propagation with heuristic