pythonik / Nonogram-game-solver

Artificial Intelligence project for fun, implements classic CSP algorithm to solve puzzles
2 stars 0 forks source link

Build StatusCoverage Status

Nonogram solver

Nonogram is a Japanese puzzle game

image of Nonogram

To run

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