Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 846 Bytes

File metadata and controls

20 lines (14 loc) · 846 Bytes

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

  • Backtracking
  • Constraint propagation
  • Constraint propagation with heuristic