diff options
| -rw-r--r-- | main.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -7,10 +7,10 @@ #include "structs.h" /* So, TODO for now: + - Implement Dijkstra and greedy-best-first search algorithms - Implement the A* algorithm - Implement adding maps from files (with rle, preferably) - - Implement controls (to change maps, move start/goal, etc.) - - Render goal and start in bold */ + - Implement controls (to change maps, move start/goal, etc.) */ void sigint_handler(int sig) { (void)sig; /* We know it's a SIGINT */ |
