My implementation of the game 2048 (which is a clone of three's) in C++. The game has a GUI now implemented using Qt Quick, though it needs a bit of polishing.
git clone https://github.com/pinak/2048
mkdir build
cd build
cmake ../2048
make
Then run build/src/Game
Use use arrow keys to move around