aboutsummaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/main.c b/main.c
index 46ab67a..81eae31 100644
--- a/main.c
+++ b/main.c
@@ -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 */