aboutsummaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorKirill Petrashin <kirill8201@yandex.ru>2026-03-26 13:53:11 +0300
committerKirill Petrashin <kirill8201@yandex.ru>2026-03-26 13:53:11 +0300
commit56099c2b9e185c21376b3f2f98f72f300b4bea70 (patch)
tree5c2186644f90b21ee517071ce9c9c7bfd3b0383d /main.c
parentba7536bea9d38d8b0c12636091ff1d1aabee18e7 (diff)
downloadastar-56099c2b9e185c21376b3f2f98f72f300b4bea70.tar.xz
Update the TODO list
Diffstat (limited to 'main.c')
-rw-r--r--main.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/main.c b/main.c
index 19ced69..e0e6ad9 100644
--- a/main.c
+++ b/main.c
@@ -14,14 +14,11 @@
#include "path.h"
/* So, TODO for now:
- - Implement Dijkstra algorithm
- - Implement the A* algorithm
- - Implement it with 4 and 8 directions
+ - Implement Dijkstra algorithm (4 and 8 dir)
+ - Implement the A* algorithm (4 and 8 dir)
- MORE MAPS FOR THE MAP PEOPLE
- - Implement adding maps from files (with rle, preferably)
- Implement controls (to change maps, move start/goal, etc.)
- Clean up unused `#include`s
- - Properly free() all the things
- mouse controls to edit map, drag start and end around */
void sigint_handler(int sig) {