A C++/Qt clone of the 2048 game. Entire code is written in C++ and the UI is written in C++ using Qt framework.
Core component of the code has been separated from the GUI component.
- Download and install Qt (https://www.qt.io/download-open-source/) or use your package manager.
- Build project :
qmake && make -j4
- Run :
./build/2048_PoPL