Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 443 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 443 Bytes

Qt2048

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.

Build instructions

  1. Download and install QtCreator (https://www.qt.io/download-open-source/)
  2. Open QtCreator, locate and open the Qt2048.pro project file
  3. Build the project
  4. Run the project
  5. Play!