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

https://github.com/tarscn/2048_cpp_qt


https://github.com/tarscn/2048_cpp_qt

2048 cpp game qt

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

## 项目介绍
使用C++,qt编写的一个2048小游戏。
### w/a/s/d 控制方块移动
![2048gif](https://github.com/TARScn/qt-game2048/blob/1d80f8fa14586f39b32e7cfa9a94cf3858950637/%E6%B8%B8%E6%88%8F%E8%BD%AF%E4%BB%B6/2048.gif)
### 重置,保存游戏
![2048show](https://github.com/TARScn/qt-game2048/blob/1d80f8fa14586f39b32e7cfa9a94cf3858950637/%E6%B8%B8%E6%88%8F%E8%BD%AF%E4%BB%B6/2048show.gif)
## 编译环境
Qt版本6.7.2,编译工具为cmake,Qt构建套件msvc_64
## 使用
clone项目使用QTCreator编译运行,或者直接下载游戏软件内的压缩包后运行程序。