Algorithm A* and other in Haskell
2006
This project was developed during my bachelor degree in Caen, France.
The code allow you to create or use pre-generated ASCII labyrinth. The program will propose you then some algorithm to solve the path from the input to the output of the labyrinth. The program is fully using terminal output.
- Download this project as zip and extract it
- Install Haskell toolkit on your machine
- Compile using 'ghc labyrinth.hs'
- Execute the generated progam './labyrinth'
