Skip to content

constraint nonogramGame solver written in Python

Notifications You must be signed in to change notification settings

Dzondzi/nonogramGame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Nonogram

Nonogram Game solver written in Python for Hackaton competition qualify stage. Mostly using python-constraint lib.

Cloning and usage

  1. git clone repo
  2. position on cloned repo in terminal
  3. run script using python3 ./nonogram.py
  4. first you enter dimension of squared matrix
  5. Then in each line enter figure for first n rows then n collumns
  • You can use cat tests/test1.txt | python3 nonogram.py to run test
  1. solver gives you solution

screen

About

constraint nonogramGame solver written in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages