aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKirill Petrashin <kirill8201@yandex.ru>2026-03-29 22:00:05 +0300
committerKirill Petrashin <kirill8201@yandex.ru>2026-03-29 22:00:05 +0300
commita2e08c6d86256747e38c89f0ef905afa37446565 (patch)
tree429989dec31eff11c79018c07d8bcdebb9b06cdb
parent893bd10dd20f9adeef1735b1a7a1b68bb18f7096 (diff)
downloadastar-a2e08c6d86256747e38c89f0ef905afa37446565.tar.xz
Update the TODO list in main.c
-rw-r--r--main.c3
1 files changed, 0 insertions, 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