First game made with SDL2. It was developed on Linux it uses Cmake. It should compile on Windows too.
To compile, first download the project from github. After execute:
cmake -S . -B buildcmake --build build --config ReleaseIt should compile without errors. If you have errors, you can also download a build from the release page.