Minesweeper

My attempt of recreating the classic Minesweeper game.
If you have any questions or feedback feel free to leave a comment.
The link is here

1 Like

Awesome! :slight_smile:

Nice project. I enjoy writing minesweeper programs, and then playing them. :~)

One small suggestion I have is that "z" and "x" are too close on the keyboard. It's too easy to hit the wrong one by mistake.

Did you consider making a square sprite and then a bunch of clones? Then you could have a WHEN I AM CLICKED script to open a square, and a WHEN I AM MOUSE-ENTERED script that could check for typing X. That would probably give faster response.