A minesweeper game with custom grid size made in my Grid Engine 1.1 :D If you are having issues with running this project, try it on TurboWarp: https://turbowarp.org/1112187001 Controls: Arrow keys to move through the grid, m/n to zoom in/out, B to flag cells, V to batch reveal cells. You win by revealing all non-mine cells! The "Today's Challenge" features a randomly selected grid size depending of the day! The difficulty is around Expert, but with a changed grid size.
Feel free to remix and add this project to studios :D This version supports 100x100 grids with fast reveals in reasonable time, but you can choose even bigger grids, 1000x1000 will run on mid-range computers with 2 second delays on interacts even on Scratch, but cell reveals will be slow if there are not enough mines. Turbowarp is more restrictive on memory usage, but is faster. Credits: Microsoft for the original Minesweeper! Changelog: 2 January 2025: Added pressing space for playing again, fixed an issue where wins wouldn't register when pressing V 30 December 2024: Initial version Tags: #grid #minesweeper #puzzle #logic #stamp