Maze Generator + Path Finding with Python Pygame (With Source Code)

preview_player
Показать описание
A Maze Generator made using python Pygame. The maze is generated using randomized DFS through a recursive algorithm. Note that recursion is not suitable for large scale mazes. In such case, a non-recursive DFS approach should be taken. The app can find path between any two points within the maze. The path finding algorithm also works using DFS traversal. The process itself is inefficient, but it is instant for a maze this scale so I didn't bother changing it. This process can be far better optimized.
Рекомендации по теме
Комментарии
Автор

Go Get Paid with that bro somebody is in need of this skill

MowiWowi
Автор

what is the algorithm you use here? to find the path

Mohamed_Hemdan
visit shbcf.ru