Example implementation of breadth-first search, depth-first search, and A*. Terrain is generated with perlin noise and visualized with raylib.
mkdir build
cd build
cmake ..
cmake --build . --parallel
./pathfinding-example
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Example implementation of breadth-first search, depth-first search, and A*. Terrain is generated with perlin noise and visualized with raylib.
mkdir build
cd build
cmake ..
cmake --build . --parallel
./pathfinding-example