Add header comment

This commit is contained in:
Tyler Beckman 2024-12-04 18:11:31 -07:00
parent 2c58cf5213
commit 16ab6d60a4
Signed by: Ty
GPG key ID: 2813440C772555A4
2 changed files with 6 additions and 2 deletions

3
.gitignore vendored
View file

@ -1,3 +1,4 @@
A6
*.o
.direnv
.direnv
result

View file

@ -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