diff options
| author | Kirill Petrashin <kirill8201@yandex.ru> | 2026-03-14 15:00:00 +0300 |
|---|---|---|
| committer | Kirill Petrashin <kirill8201@yandex.ru> | 2026-03-14 15:00:00 +0300 |
| commit | c73a11860175a830c9b04967eac56dbd8221f311 (patch) | |
| tree | 654a4dffa1f8192d54f7abed891feb52ad5147f4 | |
| parent | 21e6a79cf201f600c66bce3d1d96fb11140218f1 (diff) | |
Add some TODOs
| -rw-r--r-- | main.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |
