how do I make the user draw the path he wants the "player" to move?
I thought about using pathfinding, I would do the entire layout as solid and when drawing a line the user will "destroy or erase" the obstacles and then make the "player" look for a route.
is it possible to do so?
please help me!!