I could not find my past project with the A* algorithm, so I will try to write a new A* from scratch.
Goal Functioanlities:
- Adding obstacles (walls)
- A* path finding from the start node to the target node (each node is a cell of the grid)
- Algorithm real time visualization. (New functionality not in my past project).