Game type
This is a classic minesweeper game, where the numbers in the grid represent the number of mines in the nine grid. Players need to calculate the positions of all the grids representing mines based on these non mine grids, and open the safe grids. If all the grids are opened, the game is complete. If the grid representing mines is opened halfway, the game fails. At the same time, the game supports a no guessing mine mode, which can avoid the guessing behavior of choosing between two in the final stage. Of course, the game also supports expansion modes such as Shield and Immortal, which will provide players with certain fault tolerance or respawn mechanisms when enabled.
The game currently supports three mine laying modes
1. Classic Thunder Burial Mode: The first click on a location is not mine, and the rest of the mines are evenly distributed
2. Win7 mine burial mode: The first click position is empty, and the rest of the mines are evenly distributed
3. No guessing mode: When the first click position is empty, the situation will be verified and adjusted to ensure that the generated situation can be solved through reasoning
Game difficulty
1. The game comes with multiple levels of difficulty built-in
2. The game supports custom scene configurations with a maximum size of 200x200
Operation method
1. The game supports one click switching between flip mode/flag insertion mode through Space
2. In flag insertion mode, clicking on the grid status will switch to waiting flag insertion/flag insertion/marked lightning guessing status in sequence
3. Right click and drag to move the field of view, slide the mouse wheel to zoom in and out of the field of view
4. Support one click lifting. Click on the lifted area with the mouse, and if there are flags marked with corresponding lightning numbers around, the surrounding non flag grids can be automatically lifted
5. The game supports situation caching, which means that the current situation will be cached when leaving the game, and when starting the game again, it will be restored to its previous state. Both the layout of the situation and the position of the field of view will be restored. Large situations have more mines and can be played slowly
Expand gameplay
If the "Expansion Shield" mode is enabled, a specified number of energy tokens will be randomly generated in non mine areas of the situation. After picking them up, if they accidentally hit a mine during subsequent gameplay, they can be consumed in the form of energy to avoid accidental death