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 2672c5abac
1. changed location of config file. 2. added install instruction on Gentoo
9 years ago
fonts added language setting, version variable etc. 11 years ago
icons added new icons 11 years ago
man 1. changed location of config file. 2. added install instruction on Gentoo 9 years ago
qml 1. changed location of config file. 2. added install instruction on Gentoo 9 years ago
ts do not translate the language names 11 years ago
.gitignore added new icons 11 years ago
2048-qt.desktop added desktop file 11 years ago
2048-qt.pro 1. changed location of config file. 2. added install instruction on Gentoo 9 years ago
Changelog.md fixed the VERSION issue for Visual Studio 11 years ago
LICENSE 1. changed location of config file. 2. added install instruction on Gentoo 9 years ago
README.md 1. changed location of config file. 2. added install instruction on Gentoo 9 years ago
deploy_on_windows.bat fixed the VERSION issue for Visual Studio 11 years ago
deployment.pri integrated Qml within C++ 11 years ago
main.cpp 1. changed location of config file. 2. added install instruction on Gentoo 9 years ago
myclass.cpp added fluid animation 11 years ago
myclass.h added fluid animation 11 years ago
resources.qrc added Russian translation 11 years ago
settings.cpp fixed a locale display bug 11 years ago
settings.h fixed a locale display bug 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

Screenshots

  • Classical 2048 Screenshot of Classical 2048

  • 2048 Degree Screenshot of 2048 Degree

Downloads

Check https://github.com/xiaoyong/2048-Qt/releases for compiled binary executable files.

Windows

All required Qt libraries have been packed into one .exe file. So it should work out of the box.

Linux

The Qt libraries (version >= 5.2.1) are required. Make sure that they are installed on your system.

Arch Linux

Install the AUR package 2048-qt through:

yaourt 2048-qt

And please vote it if you like it.

Debian

Alejandro Garrido Mota has packaged it for Debian. On Debian unstable, install it through:

sudo apt-get install 2048-qt

Gentoo

2048-Qt is available from the overlay maintained by Jorge Pizarro Callejas:

layman -a jorgicio
emerge 2048-qt

Ubuntu

From Ubuntu 14.10 on, install it through:

sudo apt-get install 2048-qt

Todo

  • Allow the user to add his own label systems
  • AI support