Minesweeper
A quick little project I made while testing a stack-based state machine.
How to Play
Clear the board while avoiding the hidden bombs.
- Left-click on a tile to reveal what's underneath. The revealed numbers indicate how many bombs are in the 8 neighboring tiles.
- Right-click to flag a tile as a bomb. Right-click again to remove the flag.
- Click both mouse buttons on a revealed tile to show the neighbors. If the correct number of bombs were flagged, neighboring tiles will be uncovered.
- Click the top face button to play again.
- Click the flag counter to cycle through the difficulty options
- Easy - 25 bombs. Lots of open space
- Medium - 40 bombs. A little more challenging
- Hard - 70 bombs. Good luck
Status | Released |
Platforms | HTML5 |
Rating | Rated 5.0 out of 5 stars (1 total ratings) |
Author | bixarrio |
Genre | Puzzle |
Made with | Unity |
Tags | 2D, Casual, classic, minesweeper, Mouse only, Non violent, Relaxing, Singleplayer, Unity |
Comments
Log in with itch.io to leave a comment.
Thank you for the feedback!
This is a bug. Thank you, I will look into it.
I’m not sure what you mean here. Is this when you click both mouse buttons on a number? If so, this is expected. If you click both mouse buttons on a number - let’s say 2 - and you also marked 2 bombs, the game will uncover all the neighbors that are not marked. If you only marked 1 tile, then it will only show which tiles are neighboring. It does not actually uncover them
Thank you so much. I will look into it