Minesweeper rules are very simple. The board is divided into cells, with mines randomly distributed. To win, you need to open all the cells. The number on a cell shows the number of mines adjacent to it. Using this information, you can determine cells that are safe, and cells that contain mines. Cells suspected of being mines can be marked with a flag using the "space" or "f" key. Drag the board to move it. Play on Turbowarp: https://turbowarp.org/927856758 Credits: I started the projects in 2023 after playing @sCrAtCh_139508 version of Minesweeper https://scratch.mit.edu/projects/823340910/. But I recently (2025) revisited the project to better replicate https://minesweeper.online. -------------| Change Log |-------------- v2.0.1 - 1 Sep 2025, Refactored code for further implementation of features. Added menu & blank sprites. v2.0 - 31 Aug 2025, All code & visuals reworked. Hints removed. The project is now a closer replica of the original. v1.0.2 - 10 Aug 2024, Hints now adds time v1.0.1 - 21 Nov 2023, Added hints v1.0 - 21 Nov 2023, Released game -------------| tags |-------------- #game #the_skratch #the_scratch #minesweeper