aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKirill Petrashin <kirill8201@yandex.ru>2026-03-14 15:00:00 +0300
committerKirill Petrashin <kirill8201@yandex.ru>2026-03-14 15:00:00 +0300
commitc73a11860175a830c9b04967eac56dbd8221f311 (patch)
tree654a4dffa1f8192d54f7abed891feb52ad5147f4
parent21e6a79cf201f600c66bce3d1d96fb11140218f1 (diff)
Add some TODOs
-rw-r--r--main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/main.c b/main.c
index 52af700..0c7aea5 100644
--- a/main.c
+++ b/main.c
@@ -8,6 +8,8 @@
// So, TODO for now:
// - Implement the A* algorithm
+// - Implement adding maps from files (with rle, preferably)
+// - Implement controls (to change maps, move start/goal, etc.)
void sigint_handler(int sig) {
(void)sig; // We know it's a SIGINT