Skip to content

forsythe/nonogram-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Input

input

Ouput

output

Configuration

Altering puzzle sizes:

const int WIDTH = 15;  
const int HEIGHT = 15;  

Changing appearance & behavior:

#define SHOWSTEPS false
#define NOSCROLL true
#define VALIDATION true

About

Doesn't do any guessing, so will report errors for puzzles which require guessing/have no unique solution

About

solves crosslogic (nonogram) puzzles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages