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
b10ff11d1f
|
11 years ago | |
---|---|---|
fonts | 11 years ago | |
icons | 11 years ago | |
qml | 11 years ago | |
ts | 11 years ago | |
.gitignore | 11 years ago | |
2048-qt.pro | 11 years ago | |
LICENSE | 11 years ago | |
README.md | 11 years ago | |
deployment.pri | 11 years ago | |
main.cpp | 11 years ago | |
myclass.cpp | 11 years ago | |
myclass.h | 11 years ago | |
resources.qrc | 11 years ago | |
settings.cpp | 11 years ago | |
settings.h | 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
- Simplified Chinese
Screenshots
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 you system.
Todo
- AI support