🎯 Goal
Open all safe tiles without triggering any mines. Use flags to mark suspected mines.
🧩 Rules
- Your first click is always safe. The clicked tile and its 8 neighbors will never contain a mine.
- The number on a revealed tile indicates how many mines are in the 8 surrounding tiles.
- If a tile has 0 adjacent mines, a chain of neighboring tiles will open automatically.
- Open all safe tiles to win. Opening a mine results in game over.
⌨️ PC Controls
- Left-click: Open a tile
- Right-click: Toggle flag (🚩)
📱 Mobile Controls
- Tap: Open a tile
- Long-press (~0.46s): Toggle flag (🚩)
⚙️ Difficulty
🖥 Screen Fit
Use Enter Fullscreen. If the browser blocks native fullscreen, a fallback mode fills the screen. Use the floating Exit Fullscreen button to return.
💡 Tips
- Work around the numbers and use flags—only open tiles you’re confident about.
- The Mines counter shows an estimate: total mines minus current flags.