Skip to content

RichTGale/astar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

astar

An implementation of the A* (A Star) algorithm in C.

Setup

Source files are in the src/ directory. You can take them and do what you like with them. Or you can install cmake, and from the base directory, run:

./compile.sh 

then

./run.sh

to see it work.

About

An implementation of the A* (A Star) algorithm in C.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published