From a2e08c6d86256747e38c89f0ef905afa37446565 Mon Sep 17 00:00:00 2001 From: Kirill Petrashin Date: Sun, 29 Mar 2026 22:00:05 +0300 Subject: Update the TODO list in main.c --- main.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/main.c b/main.c index c35afdd..d7f1148 100644 --- a/main.c +++ b/main.c @@ -16,9 +16,6 @@ /* So, TODO for now: - Allow maps to have costs - - Implement greedy-best-first algorithm (4 and 8 dir) - - Implement Dijkstra algorithm (4 and 8 dir) - - Implement the A* algorithm (4 and 8 dir) - MORE MAPS FOR THE MAP PEOPLE - Implement controls (to change maps, move start/goal, etc.) - Clean up unused `#include`s -- cgit v1.2.3