This is a puzzle game made in c++, the main concept is that you have to fill/touch every circle without touching any twice.
If you just want to play the game, you can find pre-built binaries on the releases page: https://github.com/RaspberryEqualsPi/Filler/releases
To build this, Visual Studio 2022 is required
Step 1: Extract vsLibs.zip to your C:\ drive, if you did it correctly you should see a folder named vsLibs on your C:\ drive containing a folder named along the lines of SFML, Filler depends on SFML for it's graphics and audio, maybe even network in the future
Step 2: Open Filler.sln in Visual Studio, it should be on Release x86
Step 3: Build the game (Build->Build Filler)
Step 4: Copy the data folder from the latest release to the directory where FillerGame.exe is