Maze Generation and Pathfinding Algorithm in C++ with SDL2
MazeGeneration: https://en.wikipedia.org/wiki/Maze_generation_algorithm#Recursive_backtracker MazePathFinding:https://en.wikipedia.org/wiki/A*_search_algorithm
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Maze Generation and Pathfinding Algorithm in C++ with SDL2
MazeGeneration: https://en.wikipedia.org/wiki/Maze_generation_algorithm#Recursive_backtracker MazePathFinding:https://en.wikipedia.org/wiki/A*_search_algorithm