We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2cd1807 + 247d06c commit cf4c55aCopy full SHA for cf4c55a
CMakeLists.txt
@@ -2,6 +2,7 @@ cmake_minimum_required(VERSION 3.30)
2
project(Minesweeper)
3
4
set(CMAKE_CXX_STANDARD 20)
5
+set(CMAKE_BUILD_TYPE Release)
6
7
if (NOT TARGET SFML)
8
include(FetchContent)
README.md
@@ -0,0 +1,20 @@
1
+# Minesweeper
+
+💣 经典扫雷游戏来袭!~ 💥
+深度编码小组首个Github合作项目。
+### 概览
+
9
+本作品采用命令行玩法,回归复古与经典~
10
+
11
+你需要在一个10*10的网格地图中,将所有没有埋雷的格子全部掀开以获得胜利。
12
+
13
+已经掀开的格子上的数字表示此位置周围的8个格子中一共有多少颗地雷。
14
15
+但是小心不要踩到地雷!否则就会被炸的稀巴烂!!💣💥
16
+
17
+祝你好运~
18
19
+### 版本信息
20
+v1.0.0: 第一个正式版,采用一首主BGM和两个音效。主菜单支持开始新游戏、帮助查询、退出三个选项。
assets/lose.png
23.4 KB
assets/main_menu.png
23.2 KB
assets/playing.png
21 KB
assets/win.png
24.2 KB
0 commit comments