Skip to content

lobaudoux/nonogram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nonogram

The nonogram puzzle with a solver.

It requires the pygame library to run.

Usage: python3 main.py [-n N] [-m M] [-d DENSITY, --density DENSITY]

Optional arguments:

  • -n N, the number of columns, default is 25.
  • -m M, the number of rows, default is 25.
  • -d DENSITY, --density DENSITY, the density of filled cells, must be between 0 and 1, default is 0.6.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages