hjweide / pyastar2d

A very simple A* implementation in C++ callable from Python for pathfinding on a two-dimensional grid.
MIT License
150 stars 57 forks source link

Fixed function call in maze_solver.py #26

Closed user123-source closed 3 years ago

hjweide commented 3 years ago

Thank you for fixing this!