aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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) {