From 90f365e0ff8cff6bc426d08a04a0ede63379fc3b Mon Sep 17 00:00:00 2001 From: Kirill Petrashin Date: Tue, 10 Mar 2026 19:02:43 +0300 Subject: Add a TODO list in main.c --- main.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'main.c') diff --git a/main.c b/main.c index ee317c4..111c898 100644 --- a/main.c +++ b/main.c @@ -5,6 +5,11 @@ #include "map.h" #include "structs.h" +// So, TODO for now: +// - Implement a stack +// - Implement a maze algorithm to test my A* algorithm with +// - Implement the A* algorithm + void sigint_handler(int sig) { (void)sig; // We know it's a SIGINT endwin(); -- cgit v1.2.3