# Navigation demo AStar2D click-to-move character on a grid. ```{raw} html ▶ Run in browser ``` **Tags:** `2d` Demonstrates: Node2D, on_process(), on_draw(), Input mouse position, pathfinding. Click anywhere to move the character along the shortest path. Run: uv run python examples/features/2d/navigation.py ## Source ```{literalinclude} ../../examples/features/2d/navigation.py :language: python :linenos: ```