Skip to content

Latest commit

 

History

History
15 lines (15 loc) · 284 Bytes

README.md

File metadata and controls

15 lines (15 loc) · 284 Bytes

PathFinder

cabal update
cabal install
cabal configure
nix-build PathFinder.nix
cd ./result/bin
./Path-Finder.exe
if you get any dep failures just do cabal install

ToDO

  • work on BreadthFirst
  • work on Djistrka
  • implement A* Star
  • try a nix-build on mac