diff --git a/.gitignore b/.gitignore index 651437c..ac50d82 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ A6 *.o -.direnv \ No newline at end of file +.direnv +result \ No newline at end of file diff --git a/main.cpp b/main.cpp index fc9c57b..17d83ec 100644 --- a/main.cpp +++ b/main.cpp @@ -1,5 +1,8 @@ /** - Lab 6C - Maze Drawer, a program to parse a .maze text file and display it using SFML. + Assignment 6 - Maze Runner, a program to parse a .maze text file and display it using SFML, + and then solve it using either a breadth- or depth- first search algorithm. I also implemented + both extra-credit pieces, displaying the final path and also showing added but not-yet searched + nodes. @author Tyler Beckman (tyler_beckman@myriation.xyz) @date 12/4/24