/2048

Primary LanguageC++

Open Source Love png1 HitCount Maintenance contributions welcome
forthebadge made-with-c++ ForTheBadge built-with-love

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