2048 Game Installation $ g++ -c game.cpp && g++ game.o -o 2048 -lsfml-graphics -lsfml-window -lsfml-system You will find a binary file named 2048. Just run - $ ./2048 Now Enjoy ! :D 0xeax