Hello!
I want to make a simple roguelike-style game. I used nivram's grid movement example to make the player movement, and I got a simple enemy AI to chase the player when he gets close to it. How can i get the enemy to move on the same grid pattern as the player, yet find the simplest path to get to him? I am happy to attach the project if anyone wants to look at it.
Thanks!