xiaoyong / 2048-Qt

The 2048 game implemented in Qt
MIT License
65 stars 35 forks source link

2048-Qt

A clone of 2048, implemented in Qt.

Features

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 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