Skip to content

Latest commit

 

History

History
42 lines (35 loc) · 1.3 KB

README.md

File metadata and controls

42 lines (35 loc) · 1.3 KB

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