- GNU C Compiler
- GNU Makefile
- C++ Programming language
- C++ LibBoost
- Linux Containers
- Podman
It is recommended to use Linux and have the following installed:
- GNU C++ compiler
- GNU make
- C++ Boostlib
- Git
- Podman or equivalent software (Docker)
- Clone the repo
git clone https://github.com/HackTestes/SimpleAStar.git ./SimpleAStar
- Change to the SimpleAStar directoty
cd SimpleAStar
- Compile the code using the makefile
make
- Clean unecessary files from the compilation process
make clean
To run the executable, just type the following command:
./SimpleAStarExecutable --help
For more examples, please refer to the Documentation
See the open issues for a list of proposed features (and known issues).
Distributed under the MIT License. See LICENSE
for more information.
Caio Gomes Flausino - [email protected] - [email protected]
Project Link: https://github.com/HackTestes/SimpleAStar