A simulation of cooperative ant behaviour using pheromone communation.
Inspired by this Youtube video by Sebastian Lague.
The project uses OpenGL via the libaries "GLEW" and "GLFW3".
On Linux: Run make
.
On Windows: Open the project in Visual Studio Code and run "Build" (Ctrl+Shift+B).
On Linux: Run ./run.sh
or just build/ants_cpp
.
On Windows: Run main.exe
.