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.
2 parents 817eea9 + 8090bdb commit 0c321b8Copy full SHA for 0c321b8
README.md
@@ -1,4 +1,4 @@
1
-## Maze PathFinder Visualization implemented in Python
+## Maze PathFinder Visualizer implemented in Python
2
### How to use
3
* The first two left clicks on the board initialize start and end node
4
* Click or click and drag to create obstacles
requirements.txt
@@ -0,0 +1,3 @@
+numpy
+pygame
+pygcurse
0 commit comments