diff options
| author | Kirill Petrashin <kirill8201@yandex.ru> | 2026-03-26 13:53:11 +0300 |
|---|---|---|
| committer | Kirill Petrashin <kirill8201@yandex.ru> | 2026-03-26 13:53:11 +0300 |
| commit | 56099c2b9e185c21376b3f2f98f72f300b4bea70 (patch) | |
| tree | 5c2186644f90b21ee517071ce9c9c7bfd3b0383d /main.c | |
| parent | ba7536bea9d38d8b0c12636091ff1d1aabee18e7 (diff) | |
| download | astar-56099c2b9e185c21376b3f2f98f72f300b4bea70.tar.xz | |
Update the TODO list
Diffstat (limited to 'main.c')
| -rw-r--r-- | main.c | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -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) { |
