Boids is the project developed by four Physics freshmen during 2021-2022 course Programmazione per la fisica, for their final exam.
Boids is an artificial life program firstly developed by Craig W. Reynolds in 1986. The program simulates the flocking behaviour of birds.\ This project is written in C++ programming language.
- Download the last repository release.
- Follow the instruction in Relazione.pdf to build, compile and execute the project (through CMake).
- Please, check Relazione.pdf for a thorough explaination on how the simulation works.
