Implementation and visualisation of A* and Theta* pathfinding algorithms I used 2 heuristics: euclidean and manhattan. Start point -> top left corner Destination -> bottom right corner Images A*, manhattan heuristic Theta*, euclidean heuristic