|
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 |
2 | 2 |
|
3 | | -# 元扫雷v3.1.10 —— 包含8种模式的扫雷项目、第三代扫雷录像播放器及高性能算法工具箱 |
| 3 | +# 元扫雷v3.1.11 —— 包含8种模式的扫雷项目、第三代扫雷录像播放器及高性能算法工具箱 |
4 | 4 |
|
5 | | -[](https://github.com/eee555/Solvable-Minesweeper) |
| 5 | +[](https://github.com/eee555/Solvable-Minesweeper) |
6 | 6 | [](https://github.com/eee555/Solvable-Minesweeper/stargazers) |
7 | 7 | [](https://github.com/eee555/Solvable-Minesweeper/forks) |
8 | 8 |
|
9 | 9 |
|
10 | 10 | ## 简介 |
11 | 11 |
|
12 | | -元扫雷v3.1.10是由热爱扫雷的玩家开发的扫雷游戏。这个项目并非简单重复已有的工作,而是集中了一批扫雷游戏的现代化设计。 |
| 12 | +元扫雷v3.1.11是由热爱扫雷的玩家开发的扫雷游戏。这个项目并非简单重复已有的工作,而是集中了一批扫雷游戏的现代化设计。 |
13 | 13 |
|
14 | 14 | 优势: |
15 | 15 |
|
@@ -76,7 +76,7 @@ Currently in the lengthy development phase, with updates approximately every 1 t |
76 | 76 | ## 安装 |
77 | 77 | 建议在`Windows 10`或`Windows 11`下运行本游戏,其它操作系统未经测试,可能出现意想不到的问题。 |
78 | 78 |
|
79 | | -### 方案1:通过网盘安装(推荐) |
| 79 | +### 方案1:通过官方下载链接安装(推荐) |
80 | 80 | 在下面的[下载链接](#下载链接)中找到最新的版本,然后下载,解压,直接运行`main.exe`文件(如果警告请点击“仍然运行”),开箱即用。通过此方法安装的软件,是`正版`的软件,能够对录像文件进行官方的签名(签名功能打包在“metaminesweeper_checksum.pyd”中,占比很小,且是闭源的)。 |
81 | 81 |
|
82 | 82 | ### 方案2:通过Github Actions安装(最安全) |
@@ -110,6 +110,10 @@ Currently in the lengthy development phase, with updates approximately every 1 t |
110 | 110 | 安装requirements.txt中除ms_toollib外剩余的依赖 |
111 | 111 | ``` |
112 | 112 |
|
| 113 | +* 为了跑通全部功能,从下载的以往版本中找到en_US.qm、de_DE.qm、pl_PL.qm等语言文件,复制到Solvable-Minesweeper下 |
| 114 | + |
| 115 | +* 为了跑通全部功能,从下载的以往版本中找到params.onnx神经网络模型数据,复制到Solvable-Minesweeper\src下 |
| 116 | + |
113 | 117 | * 运行程序,大功告成了~ |
114 | 118 | ```sh |
115 | 119 | py -3 src/main.py # Windows |
@@ -155,6 +159,10 @@ Currently in the lengthy development phase, with updates approximately every 1 t |
155 | 159 |
|
156 | 160 | ## 下载链接 |
157 | 161 |
|
| 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 | + |
158 | 166 | ### 正式版v3.1.10: |
159 | 167 | 修复了快捷键切换难度后局面约束不能变化、研究模式中快捷键切换难度后卡死、鼠标设置阻塞进程、回放时切换难度崩溃等、标错雷时概率计算错误、回放时右上角时间不变化等问题。现在回放时可以显示正确的国旗。可以设置唯一性标识。录像可以回放、手动保存。每个级别的模式、尺寸可以分别保存。双击猜雷可以起作用。可以限制鼠标移动范围为游戏局面区域。 |
160 | 168 | 链接:无(不安全,已下架) |
|
0 commit comments