Skip to content

regalmoix/2048-QT-CPP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2048

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.

Screenshot

Alt text

Build instructions

  1. Download and install Qt (https://www.qt.io/download-open-source/) or use your package manager.
  2. Build project :
    qmake && make -j4
  3. Run :
    ./build/2048_PoPL

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published