Overview
This project provides a user-friendly way to visualize the A* pathfinding algorithm. It simulates the algorithmic exploration of search space in a grid.
One can customize the size of the grid and the number of obstacles, and choose different heuristic functions to see how they affect the efficiency and adaptability of the A* algorithm in navigating diverse environments.
Local Development
- Clone the repository:
git clone [repo-link]
- Install dependencies:
yarn
- Run the development server:
yarn run dev
- Open your browser and navigate to http://localhost:3000 to explore the A* algorithm simulation.