aboutsummaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorKirill Petrashin <kirill8201@yandex.ru>2026-04-03 18:01:54 +0300
committerKirill Petrashin <kirill8201@yandex.ru>2026-04-03 18:01:54 +0300
commite2054e48107e2866f282d04aaf70cfc0fac178a3 (patch)
treed528761abd0d52a1c72868b6d9169f5c5386b74e /main.c
parent6ea83172b08b0e8fe1c0fd3a84d2bd5da954d6cc (diff)
downloadastar-e2054e48107e2866f282d04aaf70cfc0fac178a3.tar.xz
Update the TODO list
Diffstat (limited to 'main.c')
-rw-r--r--main.c6
1 files 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) {