Maze solver using A* pathfinder algorithm

Language: Python. Libraries: Pygame, Numpy. This is the result of a Saturday programming. It don’t find the best route, but solves mazes very fast, as you can see. The project for another Saturday is solve some basic problems in the algorithm and implement this in C to turn it real fast. Code on Githuib :
Back to Top