Nonogram Game solver written in Python for Hackaton competition qualify stage. Mostly using python-constraint lib.
- git clone repo
- position on cloned repo in terminal
- run script using python3 ./nonogram.py
- first you enter dimension of squared matrix
- 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
- solver gives you solution