aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 1d37d26a0a1094052670daf67800a94b5868e31e (plain) (blame)
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.