An open API service indexing awesome lists of open source software.

https://github.com/keshavbhatt/2048-qt

2048 game web-app turned into Qt App using QWebkit module.
https://github.com/keshavbhatt/2048-qt

2048 2048-game html-game qt5 qwebkit qwebkitwidgets

Last synced: 25 days ago
JSON representation

2048 game web-app turned into Qt App using QWebkit module.

Awesome Lists containing this project

README

        

# 2048-Qt
Web based Popular 2048 game app implemented in Qt 5, uses QWebKit.

## How to build

* Clone project.
* Open the project with Qt Creator
* Configure the project with compitable Qt toolkit (Qt5x recommeneded)
* Build and Run

Alternatively you can directly run `qmake` in source dir of project to configure and use `make` to build.

## Screenshots (could be old)
![MainWindow 2048 qt by Keshav Bhatt](https://github.com/keshavbhatt/2048-qt/blob/master/images/main_window.PNG?raw=true)
![About dialog 2048 qt by Keshav Bhatt](https://github.com/keshavbhatt/2048-qt/blob/master/images/about_dialog.PNG?raw=true)