Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Astar

A* algorithm using sfml

Dependency

SFML and Eigen are needed for this

Debian

You can install SFML this way

sudo apt-get install libsfml-dev

You can install Eigen this way

sudo apt-get install libeigen3-dev

Archlinux

You can install SFML this way

sudo pacman -S sfml

You can install Eigen this way

sudo pacman -S eigen

Compile

There's a makefile you can use to compile and execute make

About

A* algorithm using sfml

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages