Skip to content

Commit 00f35a8

Browse files
authored
Update README.md
1 parent b88b1c3 commit 00f35a8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
## Maze PathFinder Visualizer implemented in Python
22
### 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+
```
310
* The first two left clicks on the board initialize start and end node
411
* Click or click and drag to create obstacles
512
* Press space bar and see the algorithm takes off!

0 commit comments

Comments
 (0)