Skip to content

pythonik/Nonogram-game-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Artificial Intelligence project for fun, implements classic CSP algorithm to solve puzzles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published