A* algorithm using sfml
SFML and Eigen are needed for this
You can install SFML this way
sudo apt-get install libsfml-dev
You can install Eigen this way
sudo apt-get install libeigen3-dev
You can install SFML this way
sudo pacman -S sfml
You can install Eigen this way
sudo pacman -S eigen
There's a makefile you can use to compile and execute
make