Skip to content

Latest commit

 

History

History
11 lines (11 loc) · 752 Bytes

README.md

File metadata and controls

11 lines (11 loc) · 752 Bytes

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

Solving

I found the explanation from RedBlobGames to be the most useful for me in my understanding of A*

Drawing

Nothing too complicated here, originally used commands from turtle's perspective, but it was more concise and easier to just change the turtle's x/y coordinates