The logic-puzzle based on grids.
Project made with 100% python.
The counter does not work as the nonogram mechanics. Is only the total count of the row/column.
At the start of the gen.py file, there're some variables that you can play with:
At the moment there's only the square canvas option (so width == length)
width: Width of the canvas
length: Lenght of the canvas
playMode (boolean): Tells if you want to play (empty canvas) or just generate a solved puzzle (filled canvas).
With Python 3 installed, run the file (windows versions):
python gen.pyfor those in UNIX-based OS, use the python3 command
