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