Skip to content

Commit fb8a70a

Browse files
authored
Update README.md
1 parent 39d31f2 commit fb8a70a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
## Maze PathFinder Visualization implemented in Python
22
### How to use
33
* The first two left clicks on the board initialize start and end node
4-
* Press space bar and see the algorithm go!
4+
* Click or click and drag to create obstacles
5+
* Press space bar and see the algorithm takes off!
56
### Symbols
67
#### @: Start and end node
7-
#### #: Visited node
8+
#### #: Obstacles
9+
#### .: Visited node
810
##### +: Path
911

1012
### Breadth First Search

0 commit comments

Comments
 (0)