Single Player Wins: {{ stats.SP.wins }}
Player 1 Wins: {{ stats.PvP.p1_wins }}
Player 2 Wins: {{ stats.PvP.p2_wins }}
Player Wins: {{ stats.PvAI.player_wins }}
AI Wins: {{ stats.PvAI.ai_wins }}
AI 1 Wins: {{ stats.AIvAI.ai1_wins }}
AI 2 Wins: {{ stats.AIvAI.ai2_wins }}
Objective: Clear a rectangular board containing hidden "mines" without detonating any of them, with help from clues about the number of neighboring mines in each field.
The AI uses deductive logic. It analyzes the numbers on the board to find guaranteed safe cells to click and guaranteed mines to flag. It is also smart enough to identify when a flag is incorrect (based on surrounding number clues) and will remove it. When no certain move exists, it will make a random guess.
Click the gear icon (⚙️) to change the grid size, number of mines, game mode, and sound settings. Your preferences are saved automatically in your browser.