Minesweeper is a logic puzzle video game that was created by Microsoft in 1989. The game features a grid of clickable tiles, with hidden "mines" scattered throughout the board. The aim is to uncover all the non-mine tiles without revealing a mine. The number on a tile tells you how many mines are in the eight adjacent tiles. TIPS: ==================================== - If a tile's number is the same number as the amount of surrounding uncovered tiles, then all the tiles must be mines, and therefore should be flagged. - If you think that a numbered tile has the correct amount flags around it in the correct tiles, then that tile can be chorded (click the tile to reveal all surrounding unflagged tiles). - You can use patterns and logic to help you win a game of Minesweeper. This will not be explained here. CONTROLS (PC users): ====================== Click / Spacebar - Uncover / chord tile F key - Flag tile Alt + F4 - Instant win
This is my second go at creating a Minesweeper game. The code in this new version has been highly optimised. First version here: https://scratch.mit.edu/projects/828632196/ NEW FEATURES IN THIS VERSION: ============ - Mobile support (flagging now possible) - Hints (shows fulfilled tiles) - Reduced code amount and complexity - Other small improvements UPDATES AND PATCH NOTES ================= 26/04/2023 (v. 1.0.0) - Initial Release 27/04/2023 (v. 1.0.1) - Raised grid size limit to 17x17 POSSIBLE FUTURE UPDATES ================= - Always open starting tile - Gamemodes !! Please report all bugs you find and suggest fixes (optional) in the comments below. !! All art used apart from hint and flag buttons is sourced from the original Windows Minesweeper game created by Microsoft.