aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.c b/main.c
index 09c589e..c1d3c73 100644
--- a/main.c
+++ b/main.c
@@ -14,6 +14,7 @@
#include "path.h"
/* So, TODO for now:
+ - 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