Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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 课程设计项目 扫雷小游戏

Awesome Lists containing this project

README

        

# Mine Sweeper

**C++ Qt 课程设计项目 Windows 经典扫雷小游戏**

## 项目简介

本项目为一个基于 Qt 制作的仿 Windows 经典扫雷小游戏,具有如下基本功能:

* 不同的难度等级
* 自定义游戏
* 记录和排行榜
* 作弊模式(在游戏中按下 Z 键)

## 效果展示

![效果展示](assets/images/example.png "效果展示")

## 后续计划

*计划添加 AI 扫雷自动求解程序。*