From 9dd9d57af09addf20638356521f0e02c5fe96a16 Mon Sep 17 00:00:00 2001 From: Kirill Petrashin Date: Mon, 16 Mar 2026 19:00:49 +0300 Subject: Update TODO --- main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'main.c') diff --git a/main.c b/main.c index 46ab67a..81eae31 100644 --- a/main.c +++ b/main.c @@ -7,10 +7,10 @@ #include "structs.h" /* So, TODO for now: + - Implement Dijkstra and greedy-best-first search algorithms - Implement the A* algorithm - Implement adding maps from files (with rle, preferably) - - Implement controls (to change maps, move start/goal, etc.) - - Render goal and start in bold */ + - 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