Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aljones15/simplepathfinding

implementing simple path finding algorithms in Haskell
https://github.com/aljones15/simplepathfinding

haskell ncurses nix searching-algorithms

Last synced: 8 days ago
JSON representation

implementing simple path finding algorithms in Haskell

Awesome Lists containing this project

README

        

# 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
- [X] try a nix-build on mac