← All Projects Build With: zig on 10 Jul 2024
Nonogram Solverdev
I came across the game of nonograms, i.e. the pixel puzzle game where you have to fill in a grid with pixels with clues of the length of the set pixels in a row/column.
Then I wondered, can I write a program to solve these puzzles. So I took upon this challenge and started working on this.