Skip to content

ralphje/nonogram-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nonogram-solver

Simple script that solves nonograms. It has no great interface, just pass in the nonogram in two lists of lists into Puzzle() and either call solve() or solve_step() to solve the nonogram entirely or on a step-by-step basis respectively.

This script was made to solve a nonogram featured in the Break-In introduction newsletter of the University of Twente Kick-In 2014 introduction week (edition 2 of Thursday 21 August 2014). Feel free to adjust, add nice interfaces, add a brute-force solver, or whatever you want to do with it. Pull requests are welcome.

About

Simple nonogram solver in Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages