Point and Click Movement

Hello all.

I'm quite new programing so i'm having some trouble with some implementations, and one of them is:

I need to make a game like Diner Dash, or something like it, and i would like to find a way to make my player move to a place in the screen by clicking on where i would like him to go. But i can't figure out a way.
I would apprecciate some help.

Thanks in advance.

Sounds like a pathfinding problem. You might have to look into Dijkstra's algorithm to find a way to do this
Topic archived. No new replies allowed.