A replica of the famous 2048 game, coded as a project in the GUI Programming in C++ course at École Centrale de Lyon. This game's core mechanics were implemented in C++, with a QML/Qt GUI. The GUI is displayed in French.
- Download and install QtCreator (https://www.qt.io/download-open-source/)
- Open QtCreator, locate and open the
Qt2048.pro
project file - Build the project
- Run the project
- Play!