This is a Pong game clone developed in C++ using SFML. Game directory contains only game built in release mode. For complete source code refer Visual Studio Project directory.
Just run the executable in the Game directory. Use left and right arrow keys to move the paddle and down arrow key to stop it.
Microsoft Visual C++ Redistributable for Visual Studio 2015. You can get it here.
I have followed tutorials at gamefromscratch.com and most of the artwork is from the tutorial itself.