1 2 3 4 5 6 7
# astar This is my implementation of A* for 2D arrays in C with a neat ncurses TUI. It's still WIP. # Building You can use `make` to build the `astar` binary. That's it.