From c73a11860175a830c9b04967eac56dbd8221f311 Mon Sep 17 00:00:00 2001 From: Kirill Petrashin Date: Sat, 14 Mar 2026 15:00:00 +0300 Subject: Add some TODOs --- main.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'main.c') diff --git a/main.c b/main.c index 52af700..0c7aea5 100644 --- a/main.c +++ b/main.c @@ -8,6 +8,8 @@ // So, TODO for now: // - Implement the A* algorithm +// - Implement adding maps from files (with rle, preferably) +// - Implement controls (to change maps, move start/goal, etc.) void sigint_handler(int sig) { (void)sig; // We know it's a SIGINT -- cgit v1.2.3