Skip to content

Haskell program for solving a mosaic (fill-a-pix) puzzle.

License

Notifications You must be signed in to change notification settings

adamnapieralski/mosaic-solver

Repository files navigation

mosaic-solver

Haskell program for solving a mosaic (fill-a-pix) puzzle.

Prerequisites

Can be installed within Haskell Platform installation.

Build

To build executable file run:

cabal build

It creates a new dist/ directory with all build output files.

Run

Built executable file can be found in dist/build/mosaic-solver/mosaic-solver. It can be then run (on Linux) with:

./dist/build/mosaic-solver/mosaic-solver

But you can simply build and immediately run the program using:

cabal run

Test data

Sample input data is provided in data/ directory.

Sources

Showcase

You can see mosaic-solver in work with showcase data inputs running:

./showcase.sh

Its results are also presented in showcase_out.txt.

Authors

About

Haskell program for solving a mosaic (fill-a-pix) puzzle.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published