This is a pathfinding visualiser that visualises Depth First Search (DFS), Breadth First Search (BFS) and A* pathfinding algorithm.
- Choose which pathfinding algorithm to visualise in a 50x50 grid
- Random generation of walls or manually place and delete walls
- Showcases Depth First Search (DFS), Breadth First Search (BFS) and A* pathfinding algorithm
Python 3.9.1 and pygame 2.0.1
Install pygame with pip.
pip install pygameJust download game.py and make sure pygame is installed. Open the code in your IDE and run the program from there.
