Skip to content

drm/maze-solver-haskell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Maze solver implementation in Haskell

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published