Hellooo,
So I’m starting to try and implement pathfinding for enemies in my game (I know, may God have mercy on my soul) and I’m taking it one step at a time. The first thing I want to do is create an array from a Grid object, so I can do pathfinding stuff with it later. Is there an easy way to do this?
Thanks, Taylor Anderson