a* is a pathfinding algorithem, can be seen as an extensions to Dijkstra's algorithm.
I implemented the algorithem using Python, Via the module Pygame.
I wrote two implementations of the algorithem, one as a text-base, and the other as a GUI.
Made by @swimmy4days.