Update ReadMe.md

This commit is contained in:
VisualGMQ 2023-06-25 09:34:17 +08:00 committed by GitHub
parent 3f8aab27ba
commit 1d8771c80e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
使用SDL2实现的扫雷游戏 使用SDL2实现的扫雷游戏
[制作实况录播](https://www.bilibili.com/video/BV1zF411d7y5/?share_source=copy_web&vd_source=e1b8baee842192a0e6b2b7d9ef8e10ef)
## 操控 ## 操控
鼠标左键翻开格子,右键插旗子。 鼠标左键翻开格子,右键插旗子。
@ -17,4 +19,4 @@ Windows下使用CMake可以进行编译
```bash ```bash
cmake -S . -B cmake-build -DSDL2_ROOT=<your SDL path> cmake -S . -B cmake-build -DSDL2_ROOT=<your SDL path>
cmake --build cmake-build cmake --build cmake-build
``` ```