diff options
Diffstat (limited to 'main.c')
| -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) { |
