Skip to content

Commit cf4c55a

Browse files
Merge pull request #23 from DeepCodingInTuringAcademy/release-1.0.0
Release 1.0.0
2 parents 2cd1807 + 247d06c commit cf4c55a

File tree

6 files changed

+21
-0
lines changed

6 files changed

+21
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ cmake_minimum_required(VERSION 3.30)
22
project(Minesweeper)
33

44
set(CMAKE_CXX_STANDARD 20)
5+
set(CMAKE_BUILD_TYPE Release)
56

67
if (NOT TARGET SFML)
78
include(FetchContent)

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Minesweeper
2+
3+
💣 经典扫雷游戏来袭!~ 💥
4+
5+
深度编码小组首个Github合作项目。
6+
7+
### 概览
8+
![main_menu.png](assets/main_menu.png)
9+
本作品采用命令行玩法,回归复古与经典~
10+
![playing.png](assets/playing.png)
11+
你需要在一个10*10的网格地图中,将所有没有埋雷的格子全部掀开以获得胜利。
12+
![win.png](assets/win.png)
13+
已经掀开的格子上的数字表示此位置周围的8个格子中一共有多少颗地雷。
14+
15+
但是小心不要踩到地雷!否则就会被炸的稀巴烂!!💣💥
16+
![lose.png](assets/lose.png)
17+
祝你好运~
18+
19+
### 版本信息
20+
v1.0.0: 第一个正式版,采用一首主BGM和两个音效。主菜单支持开始新游戏、帮助查询、退出三个选项。

assets/lose.png

23.4 KB
Loading

assets/main_menu.png

23.2 KB
Loading

assets/playing.png

21 KB
Loading

assets/win.png

24.2 KB
Loading

0 commit comments

Comments
 (0)