Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 351 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 351 Bytes

Haskell solution to the maze solver 'dev-challenge'

To run this, you need ghc (or runhaskell) plus the JuicyPixels library.

On a Debian machine, you can get these from the repositories:

sudo apt-get install ghc libghc-juicy-pixels

After this, you can either run with runhaskell or compile and run using ghc maze.hs && ./maze