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 39d31f2 commit fb8a70aCopy full SHA for fb8a70a
README.md
@@ -1,10 +1,12 @@
1
## Maze PathFinder Visualization implemented in Python
2
### How to use
3
* The first two left clicks on the board initialize start and end node
4
-* Press space bar and see the algorithm go!
+* Click or click and drag to create obstacles
5
+* Press space bar and see the algorithm takes off!
6
### Symbols
7
#### @: Start and end node
-#### #: Visited node
8
+#### #: Obstacles
9
+#### .: Visited node
10
##### +: Path
11
12
### Breadth First Search
0 commit comments