#1
(由 Microsoft 翻译) 您需要掌握两种基本技能:
1) 从一定数量中找出矿场的唯一可能位置:
对于以下情况:

只有一个覆盖的磁贴与圆形磁贴相邻,因此覆盖的磁贴必须包含地雷:

2) 当找到特定数量的所有地雷时,清除所有剩余的瓦片:
对于以下情况:

您已经找到圆形瓷砖的矿井,因此所有剩余的瓷砖必须是安全的:
1) 从一定数量中找出矿场的唯一可能位置:
对于以下情况:

只有一个覆盖的磁贴与圆形磁贴相邻,因此覆盖的磁贴必须包含地雷:

2) 当找到特定数量的所有地雷时,清除所有剩余的瓦片:
对于以下情况:

您已经找到圆形瓷砖的矿井,因此所有剩余的瓷砖必须是安全的:

(原文) Basic Mine Sweeping Skills
You need to master two basic skills:
1) Find out the only possible positions of the mines from a certain number:
For the following case:

Only one covered tile is adjacent to the circled tile, and therefore that covered tile must contain a mine:

2) When all mines from a certain number are found, clear all remaining tiles:
For the following case:

You have already found the mine for the circled tile, and therefore all remaining tiles must be safe:
You need to master two basic skills:
1) Find out the only possible positions of the mines from a certain number:
For the following case:

Only one covered tile is adjacent to the circled tile, and therefore that covered tile must contain a mine:

2) When all mines from a certain number are found, clear all remaining tiles:
For the following case:

You have already found the mine for the circled tile, and therefore all remaining tiles must be safe:

作者 Novel Games
2009-01-06 13:39:26
赞
回复
#2
(由 Microsoft 翻译) 高级技能涉及一些逻辑思维,例如:

单看数字 2,就有三种情况:



但数字 1 表明第三种情况是不可能的,因此还剩下两种情况:


对于这两种情况,最左边的磁贴都包含一个地雷,因此您可以确保第一个磁贴包含地雷:

另一种思维方式是,如果第一块瓷砖不包含地雷,则其余两块瓷砖必须包含地雷。但这是不可能的,因为数字1将被违反。因此,您可以得出结论,最左边的块必须包含地雷。
继续,数字 2 显示圆形切片仅包含一个地雷:

因此,与数字 1 对应的矿井必须是两个圆形瓷砖之一,因此剩余的瓷砖必须是安全的:

单看数字 2,就有三种情况:



但数字 1 表明第三种情况是不可能的,因此还剩下两种情况:


对于这两种情况,最左边的磁贴都包含一个地雷,因此您可以确保第一个磁贴包含地雷:

另一种思维方式是,如果第一块瓷砖不包含地雷,则其余两块瓷砖必须包含地雷。但这是不可能的,因为数字1将被违反。因此,您可以得出结论,最左边的块必须包含地雷。
继续,数字 2 显示圆形切片仅包含一个地雷:

因此,与数字 1 对应的矿井必须是两个圆形瓷砖之一,因此剩余的瓷砖必须是安全的:

(原文) The advanced skills involve some logical thinking, for example:

Looking at the number 2 alone, there are three cases:



But the number 1 shows that the third case is impossible, and therefore there are two cases left:


For both cases, the leftmost tile contains a mine, and therefore you can be sure that the first tile contains a mine:

Another way of thinking is that if the first tile does not contain a mine, then the remaining two tiles must contain mines. But this is impossible as the number 1 will be violated. Therefore you can conclude that the leftmost block must contain a mine.
Moving on, the number 2 shows that the circled tiles contain only one mine:

So the mine corresponding to the number 1 must be one of the two circled tiles, and so the remaining tile must be safe:

Looking at the number 2 alone, there are three cases:



But the number 1 shows that the third case is impossible, and therefore there are two cases left:


For both cases, the leftmost tile contains a mine, and therefore you can be sure that the first tile contains a mine:

Another way of thinking is that if the first tile does not contain a mine, then the remaining two tiles must contain mines. But this is impossible as the number 1 will be violated. Therefore you can conclude that the leftmost block must contain a mine.
Moving on, the number 2 shows that the circled tiles contain only one mine:

So the mine corresponding to the number 1 must be one of the two circled tiles, and so the remaining tile must be safe:

作者 Novel Games
2009-01-06 13:57:55
赞
回复
#3
(由 Microsoft 翻译) 当您看到以下模式时,您可以快速找到解决方案:
(原文) When you see the following patterns, you can quickly find out the solution:
作者 Novel Games
2009-01-06 13:58:27
赞
回复