Haskell program for solving a mosaic (fill-a-pix) puzzle.
Can be installed within Haskell Platform installation.
To build executable file run:
cabal build
It creates a new dist/
directory with all build output files.
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
Sample input data is provided in data/
directory.
You can see mosaic-solver in work with showcase data inputs running:
./showcase.sh
Its results are also presented in showcase_out.txt.
- Adam Napieralski - adamnapieralski
- Łukasz Kostrzewa - kost13