aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKirill Petrashin <kirill8201@yandex.ru>2026-03-28 08:31:07 +0300
committerKirill Petrashin <kirill8201@yandex.ru>2026-03-28 08:31:07 +0300
commit4f2feb4a8a8bbabe0151b83af8a7a106f3abf234 (patch)
tree586eb9f15a4ca63b3b67c7061f5382e799d5abcc
parent1b61de11bc1dbd48062abe21e687981b11f950e7 (diff)
downloadastar-4f2feb4a8a8bbabe0151b83af8a7a106f3abf234.tar.xz
Add a TODO entry
-rw-r--r--main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.c b/main.c
index eabc052..df10844 100644
--- a/main.c
+++ b/main.c
@@ -14,6 +14,7 @@
#include "path.h"
/* So, TODO for now:
+ - Keybinds to increase map size
- Allow maps to have costs
- Implement greedy-best-first algorithm (4 and 8 dir)
- Implement Dijkstra algorithm (4 and 8 dir)