diff options
Diffstat (limited to 'main.c')
| -rw-r--r-- | main.c | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -14,14 +14,11 @@ #include "path.h" /* So, TODO for now: - - Implement Dijkstra algorithm - - Implement the A* algorithm - - Implement it with 4 and 8 directions + - Implement Dijkstra algorithm (4 and 8 dir) + - Implement the A* algorithm (4 and 8 dir) - MORE MAPS FOR THE MAP PEOPLE - - Implement adding maps from files (with rle, preferably) - Implement controls (to change maps, move start/goal, etc.) - Clean up unused `#include`s - - Properly free() all the things - mouse controls to edit map, drag start and end around */ void sigint_handler(int sig) { |
