1# Grid-based Navigation with Astar
2
3This is an example of using AStar for navigation in 2D,
4complete with Steering Behaviors in order to smooth the movement out.
5
6Language: GDScript
7
8Renderer: GLES 2
9
10## Screenshots
11
12![Screenshot](screenshots/nav_astar.png)
13