Skip to content

voxelvortex/AStarMazeSolverRecursiveRemake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AStarMazeSolver Recursive Remake

A Maze solver I made using the A Star algorithm using recursion. I previously made a version of this that didn't use recursion, that was a while ago, and I think I can do it better.

A Star Algorithm

The A Star Algorithm is based on the Dijkstra Algorithm, you can read more about it here and here!

Why I Decided To Make This

I saw a video by a Youtuber named Devon Crawford on a pathfinding program he made. I decided that I wanted to use the same algorithm he did to solve mazes... Then I learned recursion, and redid it, which is why we're both here.

About

Remake of AStarMazeSolver with recursions, and optimizations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages