Pong Game written in C++ using SFML
HOW TO COMPILE:
g++ main.cpp -o app -lsfml-window -lsfml-graphics -lsfml-system -lsfml-audio
Add the cpp file to your project. Link sfml-system,sfml-graphics,sfml-window and sfml-audio libraries Compile and enjoy :)