Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/liu42/minesweeper
C++ Qt 课程设计项目 扫雷小游戏
https://github.com/liu42/minesweeper
course-design course-project curriculum-design game game-development homework-project minesweeper qt
Last synced: 2 months ago
JSON representation
C++ Qt 课程设计项目 扫雷小游戏
- Host: GitHub
- URL: https://github.com/liu42/minesweeper
- Owner: LIU42
- Created: 2022-10-16T05:11:06.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-27T03:00:52.000Z (3 months ago)
- Last Synced: 2024-10-27T04:16:47.320Z (3 months ago)
- Topics: course-design, course-project, curriculum-design, game, game-development, homework-project, minesweeper, qt
- Language: C++
- Homepage:
- Size: 1.2 MB
- Stars: 13
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mine Sweeper
**C++ Qt 课程设计项目 Windows 经典扫雷小游戏**
## 项目简介
本项目为一个基于 Qt 制作的仿 Windows 经典扫雷小游戏,具有如下基本功能:
* 不同的难度等级
* 自定义游戏
* 记录和排行榜
* 作弊模式(在游戏中按下 Z 键)## 效果展示
![效果展示](assets/images/example.png "效果展示")
## 后续计划
*计划添加 AI 扫雷自动求解程序。*