Think. Flag. Survive. โ A classic Minesweeper game with Kids & Adult modes, built as a single zero-dependency HTML file.
| Mode | Grid | Mines | Cell Size | Audience |
|---|---|---|---|---|
| ๐ง Kids | 8 ร 8 | 8 | Large (44px) | Ages 6โ10 |
| ๐ง Adult | 16 ร 16 | 40 | Classic (28px) | All ages |
- First click always safe โ mines generate after your first click, guaranteed safe zone
- Flood fill โ clicking an empty cell opens the whole connected region instantly
- Right-click / long-press to place or remove flags ๐ฉ
- Live timer & mine counter in the HUD
- Smiley button resets the board at any time (๐ โ ๐ win / ๐ต loss)
- Dark mode โ respects system preference automatically
- Mobile-friendly โ long-press to flag on touch screens
- Zero dependencies ยท Works offline ยท Single HTML file
Open directly in any browser โ no server needed:
index.html
Or play online: bodhiprotocol.github.io/minesweeper
git clone https://github.com/BodhiProtocol/minesweeper.git
cd minesweeper
# Open index.html in your browser โ that's itminesweeper/
โโโ index.html # The entire game (HTML + CSS + JS)
โโโ assets/
โ โโโ preview.svg # Social preview image (1200ร630)
โโโ .github/
โโโ PULL_REQUEST_TEMPLATE.md
โโโ ISSUE_TEMPLATE/
โโโ bug_report.md
โโโ feature_request.md
See CONTRIBUTING.md for guidelines.
Built with โค๏ธ by BodhiProtocol ยท Powered by Claude AI