I was browsing the net in search for a tutorial that would show me how to give my character in my game random path finding…
I haven’t typed any code yet - Im still trying to think out the process (pseudo code)…
I’m not sure how I would implement it though. Has anyone ever done random path finding before in an app? How did you do it? Can you provide a code sample? An insight would be appreciated. I found some advanced tutorials on the subject, but they are way over my head at this point.
I want to keep things as simple as possible. Im just trying to make “object A” move towards “object B” in a random manner (path taken, speed, etc.). Imagine a circle floating on your screen in a random manner going up and down and left and right till it reaches it’s predetermined destination…
Any thoughts on this would be greatly appreciated. Thanks all for any help.