Our project uses C++ 20 and CMake 3.15.
The video capsule requested in the project instructions can be found at the root of the repo, in mp4 format (Projet_VAL_Capsule_Video_HALILA_HU_ROY.mp4).
We haven't included the executable to launch the project in this repo, so it needs to be compiled.
Example of compilation, based on the project root:
mkdir build
cd build
cmake ..
cd ProjetVal
make
./ProjetValTo produce clear documentation, we've used the Doxygen tool. To consult it, open the html file available at Documentation/html/index.html
With the use of CMake, and after testing, we can confirm that this project, provided you have the necessary tools for compiling C++ programs, can run on Windows, Linux and MacOS.