aboutsummaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/main.c b/main.c
index 19ced69..e0e6ad9 100644
--- a/main.c
+++ b/main.c
@@ -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) {