-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem with Minesweeper #19
Comments
Hi @SaltyBear -- so what browser are you using? But regardless I think what you're seeing is expected. I just tried "Expert" mode myself and I think the problem is that there are TOO many mines for the given grid size. When you click a square and a "1" appears, the game isn't suppose to reveal any more squares. It only reveals multiple blank squares when you are lucky enough to click on an empty square (and the empty square has more empty squares around it). I should probably tweak the values of Beginner, Intermediate, and Expert mode. But ALSO someone a while back made a suggestion that the very first box click should always land on an empty space, which I think is how most Minesweeper games work, and that gives you a head start of clearing at least a little area always at the beginning. |
Yup, just checked an you were right. Let's forget I mentioned this :)
…On Mon, Mar 20, 2023 at 5:09 PM Michael Butler ***@***.***> wrote:
Hi @SaltyBear <https://github.com/SaltyBear> -- so what browser are you
using? But regardless I think what you're seeing is expected. I just tried
"Expert" mode myself and I think the problem is that there are TOO many
mines for the given grid size. When you click a square and a "1" appears,
the game isn't suppose to reveal any more squares. It only reveals multiple
blank squares when you are lucky enough to click on an empty square (and
the empty square has more empty squares around it).
I should probably tweak the values of Beginner, Intermediate, and Expert
mode. But ALSO someone a while back made a suggestion that the very first
box click should always land on an empty space, which I think is how most
Minesweeper games work, and that gives you a head start of clearing at
least a little area always at the beginning.
—
Reply to this email directly, view it on GitHub
<#19 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AOTI2D7GYZTDR4JQREB3RB3W5DWTHANCNFSM6AAAAAAWBXWMGQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Hey I found your game a week or so, loved it! No ads, plays great. But, I tried to use it Yesterday and it won't reveal ANY numbers other than the one you click on. Oh, and I'm talking about your live hosted version.
Did I do something wrong?

The text was updated successfully, but these errors were encountered: