From e2054e48107e2866f282d04aaf70cfc0fac178a3 Mon Sep 17 00:00:00 2001 From: Kirill Petrashin Date: Fri, 3 Apr 2026 18:01:54 +0300 Subject: Update the TODO list --- main.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/main.c b/main.c index 7b0cbf1..8f2861f 100644 --- a/main.c +++ b/main.c @@ -17,13 +17,13 @@ /* So, TODO for now: - Allow maps to have costs - Write out the amount of visited squares (to see how algorithms differ in - efficiency + efficiency) + - Map editor function - Rework the UI, probably completely - Algorithm hotswap - MORE MAPS FOR THE MAP PEOPLE - - Implement controls (to change maps, move start/goal, etc.) + - More controls (choose map, etc.) - Clean up unused `#include`s - - Mouse controls to edit map, drag start and end around - Comments */ void sigint_handler(int sig) { -- cgit v1.2.3