An open API service indexing awesome lists of open source software.

https://github.com/eckankar/picross-solver

A simple Picross solver in Haskell
https://github.com/eckankar/picross-solver

games mega-picross nonogram-solver picross puzzle

Last synced: about 1 year ago
JSON representation

A simple Picross solver in Haskell

Awesome Lists containing this project

README

          

Picross solver in Haskell
=========================

A simple picross solver implemented in Haskell. Supports both picross, as well as mega picross.

Requires GHC to compile.

To compile, run `ghc picross.hs`.

To solve a Picross board, run `./picross `. (As an example, you can try running `./examples/10x10.pic`.)