cmccormack / minesweeper

Simple Minesweeper Game in JS
MIT License
1 stars 3 forks source link

Feature/logic #20

Closed alpox closed 4 years ago

alpox commented 4 years ago

Here goes the logics

bradtaniguchi commented 4 years ago

Hmm when running it locally I can hit the start button and then.... nothing :open_mouth:

image (in the picture I hit the start button, and the number changed to 1, but that seems like it, hitting start more times doesn't do anything)

alpox commented 4 years ago

Looks to me like you are running the version as it was before this pull request. You have the master branch state for some reason.

bradtaniguchi commented 4 years ago

@alpox Thats probably what happen, I tried this out late last night and probably screwed something up, I'll check it out again and double check to make sure that was the reason :+1:

bradtaniguchi commented 4 years ago

I just tried it out (correctly this time!) looks to be working pretty good. I noticed the "right click" can get a cell "stuck" in a state its darker grey and I'm not sure what that means, if the blue one is the actual "flag"?

(I have yet to win so idk how winning works haha, are there some cheat codes :wink: )

alpox commented 4 years ago

The other gray is unsure. I took that state out of some discussion in the issues. I usually dont need such a state but maybe some do otherwise it can be taken out :)

bradtaniguchi commented 4 years ago

I must not remembered (or was 100% of myself when playing this game :wink: ) about the unsure one, is that the ? haha?

alpox commented 4 years ago

Yes it should be pretty much a questionmark. But I dont think they had that in the default windows version