Skip to content

LIU42/MineSweeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mine Sweeper

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

项目简介

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

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

效果展示

效果展示

后续计划

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