From fcbe22e6bb4b461d9605c35df6705335cc515333 Mon Sep 17 00:00:00 2001 From: Kirill Petrashin Date: Tue, 24 Mar 2026 19:22:43 +0300 Subject: Create a basic README.md file --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..1d37d26 --- /dev/null +++ b/README.md @@ -0,0 +1,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. -- cgit v1.2.3