Flanki 2D is a game written in SFML as a project for computer graphics classes.
After cloning the repo, go to the SRC folder and execute the command
cmake -B build .Then in the build folder you will get a solution - flanki2D.sln which you can open with Visual Studio and compile the code there.