aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKirill Petrashin <kirill8201@yandex.ru>2026-03-16 19:00:49 +0300
committerKirill Petrashin <kirill8201@yandex.ru>2026-03-16 19:00:49 +0300
commit9dd9d57af09addf20638356521f0e02c5fe96a16 (patch)
tree8fec09d913732278c3517b9d777baf4921844aef
parentc524f660a79c33213f873b8246e0f65eb058331f (diff)
Update TODO
-rw-r--r--main.c4
1 files changed, 2 insertions, 2 deletions
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 */