Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 193 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 193 Bytes

AStar-PathFinder

This is a basic project I made implementing the A* algorithm to solve a maze for the best path. I made the option to use a random generated maze or a Prim's maze generator.