MacOS application to visualize pathfinding with A*.
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
A* Studio is a MacOS application to visualize pathfinding with A*. The application allows the user to determine the size of the grid. The user can then place start and end nodes, as well as barriers. Once the grid is set up, the user can run the A* algorithm to visualize the pathfinding process.
To get a local copy up and running follow these simple steps.
-
Clone the repo
git clone https://github.com/aking618/A-Star-Studio.git
-
Open the project in Xcode
-
Run the project
Ayren King - ayrenking.dev@gmail.com
Project Link: https://github.com/aking618/A-Star-Studio
