Some time ago I built a A* pathfinding system for a square grid, sure I learn a lot by testing until done, but movement in a turnbased game should be as standard as movement in other genres, right?
My question is, theres a built in solution for that? Or do I need to manually do it? Also I have done in a square grid, if there is a solution, it applies to hexgrid too?