This project implements the A* algorithm to find the shortest path in a grid with obstacles. The grid is randomly generated with a specified number of obstacles, a start point, and a goal point.
- Clone the repository.
- Navigate to the project directory.
- Run the
main.pyscript.