Hey everyone
I’m creating a game and want to put some AI in it for the enemies. I was going to use A* Algorithm to do so and have created a 2d array of 0’s and 1’s for it, but cannot find any examples of the algorithm (none I can follow anyways).
Can someone please explain it in pseudo-code to me, or possibly show me an example of their implementation of the algorithm?
Thanks so much!