aboutsummaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-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