From 56099c2b9e185c21376b3f2f98f72f300b4bea70 Mon Sep 17 00:00:00 2001 From: Kirill Petrashin Date: Thu, 26 Mar 2026 13:53:11 +0300 Subject: Update the TODO list --- main.c | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'main.c') 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) { -- cgit v1.2.3