DvN (Day vs Night) is an automatic game that runs only by the computer.
- Download Raylib precompiled package from the official releases for your platform and toolchain.
- In the project root directory, extract the Raylib archive and rename the resulting directory to
raylib. - Build the project with CMake:
mkdir -p build
cmake -B build -S .
cmake --build build --config ReleaseRunning the executable is different if you built the project with MSVC:
.\build\dvn\Release\dvn.exeOther platforms with clang or gcc:
./build/dvn/dvn