05-10-2025, 10:22 PM
Queuenard's Minesweeper
I've had this online since May 15, 2024. This is a rehost of TheBlackParrot's gamemode with some changes.
the mine knows where it is because it knows where it isn't
![[Image: 3Fqyfgew.png]](https://img.gvid.tv/img/3Fqyfgew.png)
32x32 game
Quick start
Type /minesweeper to start a game of default size. Type /help for further instructions and more commands.
The timer (counting up) starts when you first interact with the board.
The first move can be a click anywhere on the board.
A number represents the number of mines in the surrounding area in a 3x3 grid.
Press the light key (default R) to mark a mine.
Your game ends if you "open up" a mine (automatically or manually) and explode.
When you mark all mines around a number, you can click that number to automatically "chord" the remaining non-mine squares and they will be automatically opened up in a chain reaction.
In this implementation, you win by marking all mines so in certain situations you can place the final mines by guessing.
History
The gamemode appears to have been tested publicly back in 2017 and fully released in 2018.
TheBlackParrot's original gamemode:
https://github.com/TheBlackParrot/blockl...-gamemode/
Important changes:
My code is located here:
https://notabug.org/Queuenard/blockland-...inesweeper
I've had this online since May 15, 2024. This is a rehost of TheBlackParrot's gamemode with some changes.
the mine knows where it is because it knows where it isn't
![[Image: 3Fqyfgew.png]](https://img.gvid.tv/img/3Fqyfgew.png)
32x32 game
Quick start
Type /minesweeper to start a game of default size. Type /help for further instructions and more commands.
The timer (counting up) starts when you first interact with the board.
The first move can be a click anywhere on the board.
A number represents the number of mines in the surrounding area in a 3x3 grid.
Press the light key (default R) to mark a mine.
Your game ends if you "open up" a mine (automatically or manually) and explode.
When you mark all mines around a number, you can click that number to automatically "chord" the remaining non-mine squares and they will be automatically opened up in a chain reaction.
In this implementation, you win by marking all mines so in certain situations you can place the final mines by guessing.
History
The gamemode appears to have been tested publicly back in 2017 and fully released in 2018.
TheBlackParrot's original gamemode:
https://github.com/TheBlackParrot/blockl...-gamemode/
Important changes:
- All game boards now spawn on the ground plane in a predefined grid
- Extended activate range
- Lowered brick respawn time (after explosion)
- Chording (automatically opens spaces if all surrounding mines are marked)
My code is located here:
https://notabug.org/Queuenard/blockland-...inesweeper