diff options
| author | Kirill Petrashin <kirill8201@yandex.ru> | 2026-04-03 18:01:54 +0300 |
|---|---|---|
| committer | Kirill Petrashin <kirill8201@yandex.ru> | 2026-04-03 18:01:54 +0300 |
| commit | e2054e48107e2866f282d04aaf70cfc0fac178a3 (patch) | |
| tree | d528761abd0d52a1c72868b6d9169f5c5386b74e | |
| parent | 6ea83172b08b0e8fe1c0fd3a84d2bd5da954d6cc (diff) | |
| download | astar-e2054e48107e2866f282d04aaf70cfc0fac178a3.tar.xz | |
Update the TODO list
| -rw-r--r-- | main.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -17,13 +17,13 @@ /* So, TODO for now: - Allow maps to have costs - Write out the amount of visited squares (to see how algorithms differ in - efficiency + efficiency) + - Map editor function - Rework the UI, probably completely - Algorithm hotswap - MORE MAPS FOR THE MAP PEOPLE - - Implement controls (to change maps, move start/goal, etc.) + - More controls (choose map, etc.) - Clean up unused `#include`s - - Mouse controls to edit map, drag start and end around - Comments */ void sigint_handler(int sig) { |
