Maze solver


"Maze solver" is an application I made to test path finding algorithms like Dijkstra and A*.
The prototype was entirely made using C++ and the SFML API. The prototype loads png images and convert them into graphs on which path finding calls can be run. It is also possible to set start and target position, edit the graph and set its resolution.