pong Trash project using smfl Requirements SFML library For Arch linux pacman -S sfml csfml Installation g++ -c main.cpp g++ main.o -o pong -lsfml-graphics -lsfml-window -lsfml-system ./pong Also you can build and run using sh srun.sh