diff options
| author | Kirill Petrashin <kirill8201@yandex.ru> | 2026-03-16 19:00:49 +0300 |
|---|---|---|
| committer | Kirill Petrashin <kirill8201@yandex.ru> | 2026-03-16 19:00:49 +0300 |
| commit | 9dd9d57af09addf20638356521f0e02c5fe96a16 (patch) | |
| tree | 8fec09d913732278c3517b9d777baf4921844aef | |
| parent | c524f660a79c33213f873b8246e0f65eb058331f (diff) | |
Update TODO
| -rw-r--r-- | main.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 */ |
