Skip to content

Commit 5af4e57

Browse files
committed
doc:3.1.11
1 parent c6b667b commit 5af4e57

2 files changed

Lines changed: 14 additions & 6 deletions

File tree

README.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
# MetaSweeper-v3.1.10 —— project with 8 modes of minesweeper, third generation minesweeper video player and high performance algorithm toolbox
1+
# MetaSweeper-v3.1.11 —— project with 8 modes of minesweeper, third generation minesweeper video player and high performance algorithm toolbox
22

3-
# 元扫雷v3.1.10 —— 包含8种模式的扫雷项目、第三代扫雷录像播放器及高性能算法工具箱
3+
# 元扫雷v3.1.11 —— 包含8种模式的扫雷项目、第三代扫雷录像播放器及高性能算法工具箱
44

5-
[![MetaSweeper](https://img.shields.io/badge/MetaSweeper-v3.1.10-brightgreen.svg)](https://github.com/eee555/Solvable-Minesweeper)
5+
[![MetaSweeper](https://img.shields.io/badge/MetaSweeper-v3.1.11-brightgreen.svg)](https://github.com/eee555/Solvable-Minesweeper)
66
[![stars](https://img.shields.io/github/stars/eee555/Solvable-Minesweeper)](https://github.com/eee555/Solvable-Minesweeper/stargazers)
77
[![forks](https://img.shields.io/github/forks/eee555/Solvable-Minesweeper)](https://github.com/eee555/Solvable-Minesweeper/forks)
88

99

1010
## 简介
1111

12-
元扫雷v3.1.10是由热爱扫雷的玩家开发的扫雷游戏。这个项目并非简单重复已有的工作,而是集中了一批扫雷游戏的现代化设计。
12+
元扫雷v3.1.11是由热爱扫雷的玩家开发的扫雷游戏。这个项目并非简单重复已有的工作,而是集中了一批扫雷游戏的现代化设计。
1313

1414
优势:
1515

@@ -76,7 +76,7 @@ Currently in the lengthy development phase, with updates approximately every 1 t
7676
## 安装
7777
建议在`Windows 10``Windows 11`下运行本游戏,其它操作系统未经测试,可能出现意想不到的问题。
7878

79-
### 方案1:通过网盘安装(推荐)
79+
### 方案1:通过官方下载链接安装(推荐)
8080
在下面的[下载链接](#下载链接)中找到最新的版本,然后下载,解压,直接运行`main.exe`文件(如果警告请点击“仍然运行”),开箱即用。通过此方法安装的软件,是`正版`的软件,能够对录像文件进行官方的签名(签名功能打包在“metaminesweeper_checksum.pyd”中,占比很小,且是闭源的)。
8181

8282
### 方案2:通过Github Actions安装(最安全)
@@ -110,6 +110,10 @@ Currently in the lengthy development phase, with updates approximately every 1 t
110110
安装requirements.txt中除ms_toollib外剩余的依赖
111111
```
112112

113+
* 为了跑通全部功能,从下载的以往版本中找到en_US.qm、de_DE.qm、pl_PL.qm等语言文件,复制到Solvable-Minesweeper下
114+
115+
* 为了跑通全部功能,从下载的以往版本中找到params.onnx神经网络模型数据,复制到Solvable-Minesweeper\src下
116+
113117
* 运行程序,大功告成了~
114118
```sh
115119
py -3 src/main.py # Windows
@@ -155,6 +159,10 @@ Currently in the lengthy development phase, with updates approximately every 1 t
155159

156160
## 下载链接
157161

162+
### 正式版v3.1.11:
163+
修复了若干严重问题。计数器标题可以翻译。兼容高清屏。
164+
链接:[https://fff666.top/download/Metaminesweeper-v3.1.11.zip](https://fff666.top/download/Metaminesweeper-v3.1.11.zip)
165+
158166
### 正式版v3.1.10:
159167
修复了快捷键切换难度后局面约束不能变化、研究模式中快捷键切换难度后卡死、鼠标设置阻塞进程、回放时切换难度崩溃等、标错雷时概率计算错误、回放时右上角时间不变化等问题。现在回放时可以显示正确的国旗。可以设置唯一性标识。录像可以回放、手动保存。每个级别的模式、尺寸可以分别保存。双击猜雷可以起作用。可以限制鼠标移动范围为游戏局面区域。
160168
链接:无(不安全,已下架)

src/mineSweeperGUI.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -662,7 +662,7 @@ def dump_evf_file_data(self):
662662
self.label.ms_board.is_fair = self.is_fair()
663663
self.label.ms_board.is_official = self.is_official()
664664

665-
self.label.ms_board.software = "元3.1.10".encode( "UTF-8" )
665+
self.label.ms_board.software = "元3.1.11".encode( "UTF-8" )
666666
self.label.ms_board.mode = self.gameMode
667667
self.label.ms_board.player_identifier = self.player_identifier.encode( "UTF-8" )
668668
self.label.ms_board.race_identifier = self.race_identifier.encode( "UTF-8" )

0 commit comments

Comments
 (0)