Skip to content

GUI for visualising how DSF, BSF and A* algorithm traverse through a maze (grid/graph)

Notifications You must be signed in to change notification settings

DZlearnscode/Graph-Search-Visualiser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Graph-Search-Visualiser

GUI for visualising how DSF, BSF and A* algorithm traverse through a maze (grid/graph)

This respiratory contains a GUI programe to visualise the common graph search algorithms; DSF, BSF and A*. Using the pygame library for the graphic user interface.

The code will create a pygame window and draw a grid on it with an options menu

Image of new window when the code is ran

User can build his own maze by building and removing walls, or auto generate a maze

Image of auto generating a maze

User can attempt solving the maze

Image user solving the maze

BSF

Image user solving the maze

DFS

Image user solving the maze

A star

Image user solving the maze

The GUI can visualise the steps the algorithm takes to solve the maze, however it might significantly impact the performance of DSF and BFS

About

GUI for visualising how DSF, BSF and A* algorithm traverse through a maze (grid/graph)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages