Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
added usage section
  • Loading branch information
sambensim authored Mar 1, 2024
1 parent c847a88 commit a382962
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# turtleMazes
Python scripts to generate mazes using Depth-First and Turtles and solve them with A* Pathfinding
### Usage
- These programs use random, sys, and turtles
- Once all three are installed, run MazeInterface.py for the easiest generation
### Generating
> All my knowledge on this topic comes from [Reducible's Amazing Depth First Search Video](https://www.youtube.com/watch?v=PMMc4VsIacU)
### Solving
Expand Down

0 comments on commit a382962

Please sign in to comment.