zgerbi/FlameRunner
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
To play the full game, extract the "Flame Runner_Final.zip" file and run the "Flame Runner" executable. All shortest-path algorithms including BFS, DFS, and A* are housed in the Pathfinder class and are called upon by the MazeGenerator class. The algorithm for generating mazes is housed within the Maze class and is called upon by the MazeGenerator class.