Skip to content
This repository has been archived by the owner on Sep 19, 2024. It is now read-only.

VisualGMQ/mine-sweep-SDL2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

使用SDL2实现的扫雷游戏

制作实况录播

操控

鼠标左键翻开格子,右键插旗子。

显示出失败/胜利图标后再次点击鼠标可以重开一局。

截图

snapshot

编译

Windows下使用CMake可以进行编译:

cmake -S . -B cmake-build -DSDL2_ROOT=<your SDL path>
cmake --build cmake-build