We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b88b1c3 commit 00f35a8Copy full SHA for 00f35a8
README.md
@@ -1,5 +1,12 @@
1
## Maze PathFinder Visualizer implemented in Python
2
### How to use
3
+Go to config.py and change settings.
4
+'bfs' for Breadth first search
5
+'dfs' for Depth first search
6
+'astar' for A*
7
+```bash
8
+python ./src/drawer.py
9
+```
10
* The first two left clicks on the board initialize start and end node
11
* Click or click and drag to create obstacles
12
* Press space bar and see the algorithm takes off!
0 commit comments