Add header comment
This commit is contained in:
parent
2c58cf5213
commit
16ab6d60a4
2 changed files with 6 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,3 +1,4 @@
|
|||
A6
|
||||
*.o
|
||||
.direnv
|
||||
result
|
5
main.cpp
5
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
|
||||
|
|
Loading…
Reference in a new issue