Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/loveduckie/astar-pathfinding-xna-example

Basic A* pathfinding implementation demonstrated in XNA
https://github.com/loveduckie/astar-pathfinding-xna-example

Last synced: about 1 month ago
JSON representation

Basic A* pathfinding implementation demonstrated in XNA

Awesome Lists containing this project

README

        

# astar-pathfinding-xna-example
Basic A* pathfinding implementation demonstrated in XNA

---

**NOTE:** This is an extremely old project and XNA has long since deprecated. However, the A* pathfinding algorithm likely still works.