aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKirill Petrashin <kirill8201@yandex.ru>2026-04-02 13:00:57 +0300
committerKirill Petrashin <kirill8201@yandex.ru>2026-04-02 13:00:57 +0300
commit97decbee0dbc066db7ee94d0988ee26c1f8b35a8 (patch)
tree52f42c6c3516f9c21fac4ba5e8f56b8166f45625
parentba64d4388997a8fb02e6de17ebad623f6948a632 (diff)
downloadastar-97decbee0dbc066db7ee94d0988ee26c1f8b35a8.tar.xz
Add some TODO entries
-rw-r--r--main.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/main.c b/main.c
index f11fa3b..88059f5 100644
--- a/main.c
+++ b/main.c
@@ -16,6 +16,10 @@
/* So, TODO for now:
- Allow maps to have costs
+ - Write out the amount of visited squares (to see how algorithms differ in
+ efficiency
+ - Rework the UI, probably completely
+ - Algorithm hotswap
- MORE MAPS FOR THE MAP PEOPLE
- Implement controls (to change maps, move start/goal, etc.)
- Clean up unused `#include`s