Point’n’Click engine - pathfinding

Hello!

Tired of Unity I’m writing my own point and click engine, using SDL2.
I’m looking for an efficient A* algorithm implementation for the character movement, that includes diagonal pixels (that’s 8 directions). I’ve found many “generic” implementations, but I’d like to know if you use or know a more specific version for point and click style games.

Thanks!

1 Like