I am new to A* and have some questions

hello everyone! I am making a game and I want to add a click to move, grid-based and turn-based movement system, is something like this possible? Did I make this post wrong (I’m still new to things)?

it is possible of course

How would I go about doing something like this? I dont think I’ve seen anything explaining this before but i may have missed something. Im sorry for the late reply.

Hi

There is an example scene called “Turn Based” that is included with the package. This will show you everything you need I think.

You might also want to take a look at http://arongranberg.com/astar/docs/turnbased.html

Thank you for your reply! I managed to solve some of my problems, I have tile based movement and I have click to move (takes 2 clicks though) but I still dont understand the turnbased part. I couldnt find the scene you mentioned and the link didnt seem to have much in the way of turn based movement, basicly all I need is a way to make it so the characters only move one tile then stop untill I start a new turn.