aboutsummaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorKirill Petrashin <kirill8201@yandex.ru>2026-03-28 10:29:21 +0300
committerKirill Petrashin <kirill8201@yandex.ru>2026-03-28 10:29:21 +0300
commit788744ac322684b64a02e4661bde59e4e565afa2 (patch)
tree5fe8a41ed648564a65b69cb381acfbe3cbcd0745 /main.c
parent1fb585dafa404b41225c6f16305fd2225d3fff47 (diff)
parent4f2feb4a8a8bbabe0151b83af8a7a106f3abf234 (diff)
downloadastar-788744ac322684b64a02e4661bde59e4e565afa2.tar.xz
Merge remote-tracking branch 'refs/remotes/origin/master'
Diffstat (limited to 'main.c')
-rw-r--r--main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.c b/main.c
index f3ca178..aeceedc 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)