A* (Astar) is a famous path finding algorithm.

I discovered Golang recently and wanted give it a try it on a basic algorithmic implementation so here it is… :
https://github.com/EParisot/Astar_Go
Then we implemented a “N’Puzzle” solver, in Golang :
https://github.com/EParisot/N-Puzzle