DavidNHill / JSMinesweeper

Minesweeper player, solver and analyser in javascript
https://davidnhill.github.io/JSMinesweeper/
MIT License
95 stars 19 forks source link

Efficiency mode broken? #4

Closed tchesket closed 2 years ago

tchesket commented 2 years ago

Maybe I'm doing something wrong, but playing efficiency mode with hints on, I can't figure out how to use chording. Also, after placing a mine the game seems to freeze up and not let me click anything. Please help, thank you

tchesket commented 2 years ago

It seems to freeze completely whenever I try to chord, not sure what's going on

DavidNHill commented 2 years ago

Chording is done by left clicking the tile to chord.

Does it work okay when not in efficiency mode?

What size board are you using, efficiency can be very cpu intensive?

What browser are you using?

When the player stops responding can you go to the console ( right click somewhere off the board / select inspect / select console tab) and see if there are any errors or messages indicating a problem.

DavidNHill commented 2 years ago

I've fixed the error when the middle mouse button is pressed.