One way of building is: cmake -S . -B build -DCMAKE_BUILD_TYPE=Release -DCMAKE_EXPORT_COMPILE_COMMANDS=ON make -C build
And the run with ./build/main
Zero AI written code in this repo, AI has been used to look up quick things though such as how to do file io in c++ etc.