Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Python scripts to generate mazes using Depth-First and Turtles and solve them with A*

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages