You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Qiaoyong Zhong 915db624fb
updated README.md
11 years ago
bin embeded Droid Sans Fallback font 11 years ago
fonts embeded Droid Sans Fallback font 11 years ago
qml embeded Droid Sans Fallback font 11 years ago
ts added more variants of 2048 and selection of them 11 years ago
.gitignore added binary file on 64-bit Linux 11 years ago
2048-qt.pro embeded Droid Sans Fallback font 11 years ago
2048.ico added application icon and menubar 11 years ago
LICENSE Initial commit 11 years ago
README.md updated README.md 11 years ago
deployment.pri integrated Qml within C++ 11 years ago
main.cpp added more variants of 2048 and selection of them 11 years ago
myclass.cpp added fluid animation 11 years ago
myclass.h added fluid animation 11 years ago
resources.qrc embeded Droid Sans Fallback font 11 years ago
settings.cpp added Settings function. The best score is saved on disk 11 years ago
settings.h added Settings function. The best score is saved on disk 11 years ago

README.md

2048-Qt

A clone of 2048, implemented in Qt.

Features

  • Cross platform Currently tested on Windows and Linux. Should be able to run on Mac OS X or even Android and iOS.
  • Shipped with multiple variants
    • 2048
    • Degree (学位)
    • Military Rank (军衔)
    • PRC (天朝)
  • Multi-language support, currently
    • English
    • Chinese

Screenshots

  • Classical 2048 Screenshot of Classical 2048

  • 2048 Degree Screenshot of 2048 Degree

Downloads

Windows

Check https://github.com/xiaoyong/2048-Qt/releases for compiled binary files. All required Qt libraries have been packed into one .exe file.

Linux

The bin/ directory contains the compiled binary file for 64-bit Linux. To run it, the Qt libraries (version >= 5.2.1) are required and should be installed on you system.

Todo

  • AI support