Skip to content

Just a side project solving nonogram (magic puzzles)

License

Notifications You must be signed in to change notification settings

JanSobus/Nonogram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Nonogram

Nonograms are a type of Math puzzles that I like to do in spare time. The basic idea is to reconstruct 2D image (2 or more color channels) from the set of vectors describing sequence of pixels in rows and columns. There are implementations online, but I decided to build my own, where I can input paper version of the puzzles I have and verify my solutions.

Things to do:

  • Proof of concept (Matlab) - done, also shows the algorithm as animation. DONE
  • Rewriting it into more approachable language with better input options (Python/JS)
  • Online implementation
  • (Ideally) Developing image recognition engine that can reconstruct puzzles from photos of paper ones.

About

Just a side project solving nonogram (magic puzzles)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages