mirror of
https://github.com/Relintai/pandemonium_demo_projects.git
synced 2024-12-21 13:56:50 +01:00
15 lines
349 B
Markdown
15 lines
349 B
Markdown
# Grid-based Navigation with Astar
|
|
|
|
This is an example of using AStar for navigation in 2D,
|
|
complete with Steering Behaviors in order to smooth the movement out.
|
|
|
|
Language: GDScript
|
|
|
|
Renderer: GLES 2
|
|
|
|
Check out this demo on the asset library: https://godotengine.org/asset-library/asset/519
|
|
|
|
## Screenshots
|
|
|
|
![Screenshot](screenshots/nav_astar.png)
|