Inspiration

We like nonograms so we tried and kinda made a program that solves it

What it does

It solves nonograms but we ran into edge cases that were hard

How I built it

We built it using numpy in python to create an array that represents the inputs and the nongram board. After some algorithms that attempt to solve it, we used pygame to draw the output

Challenges I ran into

Its hard to solve nonograms with a computer as it is an NP complete problem. we realized this after the fact

Accomplishments that I'm proud of

honestly I'm just proud that we created something

What I learned

I learned that there are a lot of papers surrounding this and that next time I should pick something a little more achievable like a platformer or something idk.

What's next for Nonogram Solver

maybe finish it? we're kinda done with it honestly...

Built With

Share this project:

Updates