Skip to content

Hiyabye/Astar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A* Pathfinding

C++/OpenGL implementation of the A* pathfinding algorithm.

Run Locally

Install dependencies

  sudo apt-get install cmake ninja-build

Clone the project

  git clone --recurse-submodules https://github.com/Hiyabye/Astar

Go to the project directory

  cd Astar

Run the build script

  chmod +x ./run.sh
  ./run.sh

Acknowledgements

About

A* search algorithm written in C++/OpenGL

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages