Is this minesweeper board inconsistent?

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
2
down vote

favorite












enter image description here



In the above game , look at the cell which is in 6th row from top and 8th row from left. It says 1 , which means it must have only one neighboring cell which will have mine but there are two cells which have mine and they surround this cell. Cell in 7th row and 8th column and 7th row and 9th column. How is this possible? Is this board inconsistent or I misunderstood the rules of game?










share|improve this question









New contributor




Gaurav Jha is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.















  • 1




    are you talking about the 1 above the detonated mine? because R6:C9 says 3. R6:C8 says 1
    – Memor-X
    1 hour ago










  • I am sorry. I actually meant R6:C8. I have edited it.
    – Gaurav Jha
    56 mins ago














up vote
2
down vote

favorite












enter image description here



In the above game , look at the cell which is in 6th row from top and 8th row from left. It says 1 , which means it must have only one neighboring cell which will have mine but there are two cells which have mine and they surround this cell. Cell in 7th row and 8th column and 7th row and 9th column. How is this possible? Is this board inconsistent or I misunderstood the rules of game?










share|improve this question









New contributor




Gaurav Jha is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.















  • 1




    are you talking about the 1 above the detonated mine? because R6:C9 says 3. R6:C8 says 1
    – Memor-X
    1 hour ago










  • I am sorry. I actually meant R6:C8. I have edited it.
    – Gaurav Jha
    56 mins ago












up vote
2
down vote

favorite









up vote
2
down vote

favorite











enter image description here



In the above game , look at the cell which is in 6th row from top and 8th row from left. It says 1 , which means it must have only one neighboring cell which will have mine but there are two cells which have mine and they surround this cell. Cell in 7th row and 8th column and 7th row and 9th column. How is this possible? Is this board inconsistent or I misunderstood the rules of game?










share|improve this question









New contributor




Gaurav Jha is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











enter image description here



In the above game , look at the cell which is in 6th row from top and 8th row from left. It says 1 , which means it must have only one neighboring cell which will have mine but there are two cells which have mine and they surround this cell. Cell in 7th row and 8th column and 7th row and 9th column. How is this possible? Is this board inconsistent or I misunderstood the rules of game?







minesweeper






share|improve this question









New contributor




Gaurav Jha is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|improve this question









New contributor




Gaurav Jha is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this question




share|improve this question








edited 40 mins ago









Robotnik♦

25.9k39125217




25.9k39125217






New contributor




Gaurav Jha is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked 1 hour ago









Gaurav Jha

112




112




New contributor




Gaurav Jha is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





Gaurav Jha is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






Gaurav Jha is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.







  • 1




    are you talking about the 1 above the detonated mine? because R6:C9 says 3. R6:C8 says 1
    – Memor-X
    1 hour ago










  • I am sorry. I actually meant R6:C8. I have edited it.
    – Gaurav Jha
    56 mins ago












  • 1




    are you talking about the 1 above the detonated mine? because R6:C9 says 3. R6:C8 says 1
    – Memor-X
    1 hour ago










  • I am sorry. I actually meant R6:C8. I have edited it.
    – Gaurav Jha
    56 mins ago







1




1




are you talking about the 1 above the detonated mine? because R6:C9 says 3. R6:C8 says 1
– Memor-X
1 hour ago




are you talking about the 1 above the detonated mine? because R6:C9 says 3. R6:C8 says 1
– Memor-X
1 hour ago












I am sorry. I actually meant R6:C8. I have edited it.
– Gaurav Jha
56 mins ago




I am sorry. I actually meant R6:C8. I have edited it.
– Gaurav Jha
56 mins ago










1 Answer
1






active

oldest

votes

















up vote
3
down vote













The board is consistent, but your logic is flawed: you've added a flag to a non-mine space. That's what the crossed out mine next to the red mine means:



Crossed Mine



Other mines that are displayed at the end of the game are ones that you haven't flagged yet. The remaining flags were correct - they mark the space of a mine.



To confirm, note the '2' in (R7,C6) means that the clicked mine (red background) and the mis-flag (crossed mine) cannot co-exist next to each other, they couldn't both be a mine:



the 2



Thus, at the point just before the mine was detonated, the 2 wasn't logically solvable yet. However, the 3 next to the clicked mine would confirm that the mine you clicked had to have been a mine; there's only 3 unchecked positions surrounding it and one of them is the detonated mine:



the 3






share|improve this answer






















  • dam, beat me to it. was going to point that out. was also going to point out that the 3 in R7:C9 it only had 3 places around it. so it more or less indicates the spot under the 1 is a mine and this would also match the 4 under it
    – Memor-X
    43 mins ago











  • @Memor-X haha I just edited that in! :-) Great minds think alike
    – Robotnik♦
    42 mins ago











  • I didn't know this rule. But now I know. Thanks
    – Gaurav Jha
    40 mins ago










  • @GauravJha No problem! Glad to help :)
    – Robotnik♦
    34 mins ago










Your Answer







StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "41"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
convertImagesToLinks: false,
noModals: false,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);






Gaurav Jha is a new contributor. Be nice, and check out our Code of Conduct.









 

draft saved


draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgaming.stackexchange.com%2fquestions%2f339539%2fis-this-minesweeper-board-inconsistent%23new-answer', 'question_page');

);

Post as a guest






























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes








up vote
3
down vote













The board is consistent, but your logic is flawed: you've added a flag to a non-mine space. That's what the crossed out mine next to the red mine means:



Crossed Mine



Other mines that are displayed at the end of the game are ones that you haven't flagged yet. The remaining flags were correct - they mark the space of a mine.



To confirm, note the '2' in (R7,C6) means that the clicked mine (red background) and the mis-flag (crossed mine) cannot co-exist next to each other, they couldn't both be a mine:



the 2



Thus, at the point just before the mine was detonated, the 2 wasn't logically solvable yet. However, the 3 next to the clicked mine would confirm that the mine you clicked had to have been a mine; there's only 3 unchecked positions surrounding it and one of them is the detonated mine:



the 3






share|improve this answer






















  • dam, beat me to it. was going to point that out. was also going to point out that the 3 in R7:C9 it only had 3 places around it. so it more or less indicates the spot under the 1 is a mine and this would also match the 4 under it
    – Memor-X
    43 mins ago











  • @Memor-X haha I just edited that in! :-) Great minds think alike
    – Robotnik♦
    42 mins ago











  • I didn't know this rule. But now I know. Thanks
    – Gaurav Jha
    40 mins ago










  • @GauravJha No problem! Glad to help :)
    – Robotnik♦
    34 mins ago














up vote
3
down vote













The board is consistent, but your logic is flawed: you've added a flag to a non-mine space. That's what the crossed out mine next to the red mine means:



Crossed Mine



Other mines that are displayed at the end of the game are ones that you haven't flagged yet. The remaining flags were correct - they mark the space of a mine.



To confirm, note the '2' in (R7,C6) means that the clicked mine (red background) and the mis-flag (crossed mine) cannot co-exist next to each other, they couldn't both be a mine:



the 2



Thus, at the point just before the mine was detonated, the 2 wasn't logically solvable yet. However, the 3 next to the clicked mine would confirm that the mine you clicked had to have been a mine; there's only 3 unchecked positions surrounding it and one of them is the detonated mine:



the 3






share|improve this answer






















  • dam, beat me to it. was going to point that out. was also going to point out that the 3 in R7:C9 it only had 3 places around it. so it more or less indicates the spot under the 1 is a mine and this would also match the 4 under it
    – Memor-X
    43 mins ago











  • @Memor-X haha I just edited that in! :-) Great minds think alike
    – Robotnik♦
    42 mins ago











  • I didn't know this rule. But now I know. Thanks
    – Gaurav Jha
    40 mins ago










  • @GauravJha No problem! Glad to help :)
    – Robotnik♦
    34 mins ago












up vote
3
down vote










up vote
3
down vote









The board is consistent, but your logic is flawed: you've added a flag to a non-mine space. That's what the crossed out mine next to the red mine means:



Crossed Mine



Other mines that are displayed at the end of the game are ones that you haven't flagged yet. The remaining flags were correct - they mark the space of a mine.



To confirm, note the '2' in (R7,C6) means that the clicked mine (red background) and the mis-flag (crossed mine) cannot co-exist next to each other, they couldn't both be a mine:



the 2



Thus, at the point just before the mine was detonated, the 2 wasn't logically solvable yet. However, the 3 next to the clicked mine would confirm that the mine you clicked had to have been a mine; there's only 3 unchecked positions surrounding it and one of them is the detonated mine:



the 3






share|improve this answer














The board is consistent, but your logic is flawed: you've added a flag to a non-mine space. That's what the crossed out mine next to the red mine means:



Crossed Mine



Other mines that are displayed at the end of the game are ones that you haven't flagged yet. The remaining flags were correct - they mark the space of a mine.



To confirm, note the '2' in (R7,C6) means that the clicked mine (red background) and the mis-flag (crossed mine) cannot co-exist next to each other, they couldn't both be a mine:



the 2



Thus, at the point just before the mine was detonated, the 2 wasn't logically solvable yet. However, the 3 next to the clicked mine would confirm that the mine you clicked had to have been a mine; there's only 3 unchecked positions surrounding it and one of them is the detonated mine:



the 3







share|improve this answer














share|improve this answer



share|improve this answer








edited 38 mins ago

























answered 46 mins ago









Robotnik♦

25.9k39125217




25.9k39125217











  • dam, beat me to it. was going to point that out. was also going to point out that the 3 in R7:C9 it only had 3 places around it. so it more or less indicates the spot under the 1 is a mine and this would also match the 4 under it
    – Memor-X
    43 mins ago











  • @Memor-X haha I just edited that in! :-) Great minds think alike
    – Robotnik♦
    42 mins ago











  • I didn't know this rule. But now I know. Thanks
    – Gaurav Jha
    40 mins ago










  • @GauravJha No problem! Glad to help :)
    – Robotnik♦
    34 mins ago
















  • dam, beat me to it. was going to point that out. was also going to point out that the 3 in R7:C9 it only had 3 places around it. so it more or less indicates the spot under the 1 is a mine and this would also match the 4 under it
    – Memor-X
    43 mins ago











  • @Memor-X haha I just edited that in! :-) Great minds think alike
    – Robotnik♦
    42 mins ago











  • I didn't know this rule. But now I know. Thanks
    – Gaurav Jha
    40 mins ago










  • @GauravJha No problem! Glad to help :)
    – Robotnik♦
    34 mins ago















dam, beat me to it. was going to point that out. was also going to point out that the 3 in R7:C9 it only had 3 places around it. so it more or less indicates the spot under the 1 is a mine and this would also match the 4 under it
– Memor-X
43 mins ago





dam, beat me to it. was going to point that out. was also going to point out that the 3 in R7:C9 it only had 3 places around it. so it more or less indicates the spot under the 1 is a mine and this would also match the 4 under it
– Memor-X
43 mins ago













@Memor-X haha I just edited that in! :-) Great minds think alike
– Robotnik♦
42 mins ago





@Memor-X haha I just edited that in! :-) Great minds think alike
– Robotnik♦
42 mins ago













I didn't know this rule. But now I know. Thanks
– Gaurav Jha
40 mins ago




I didn't know this rule. But now I know. Thanks
– Gaurav Jha
40 mins ago












@GauravJha No problem! Glad to help :)
– Robotnik♦
34 mins ago




@GauravJha No problem! Glad to help :)
– Robotnik♦
34 mins ago










Gaurav Jha is a new contributor. Be nice, and check out our Code of Conduct.









 

draft saved


draft discarded


















Gaurav Jha is a new contributor. Be nice, and check out our Code of Conduct.












Gaurav Jha is a new contributor. Be nice, and check out our Code of Conduct.











Gaurav Jha is a new contributor. Be nice, and check out our Code of Conduct.













 


draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgaming.stackexchange.com%2fquestions%2f339539%2fis-this-minesweeper-board-inconsistent%23new-answer', 'question_page');

);

Post as a guest













































































Comments

Popular posts from this blog

Long meetings (6-7 hours a day): Being “babysat” by supervisor

Is the Concept of Multiple Fantasy Races Scientifically Flawed? [closed]

Confectionery