Skip to content

jzeiber/Pathfinder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pathfinder

C++ A* pathfinding library

The pathfinder library is comprised of several C++ template classes to facilitate finding connected paths from one state to another. It makes use of STL data structures and algorithms to provide maximum performance.