Tagging — what this page tells machines
Minesweeper
Everything below is normally invisible. It is what search engines and LLMs read to decide whether to retrieve and cite this page.
About
Minesweeper on a 9×9 board with ten mines. Reveal a cell to see how many mines touch it; flag the ones you suspect; clear every safe cell to win. Your first click is always safe.
How it works
Mines are placed after the first click (avoiding it and its neighbours), then each cell's adjacent-mine count is computed. Revealing a zero flood-fills its neighbours. Win = all non-mine cells revealed. Entirely client-side.
Metadata
Heading outline
- Minesweeper
Structured data (JSON-LD)
TechArticle
Same as Article, flagged as technical/developer reference material.
{
"@context": "https://schema.org",
"@type": "TechArticle",
"headline": "Minesweeper — game",
"description": "The classic Minesweeper in the browser — clear a 9×9 board without hitting a mine. Click to reveal, right-click to flag. No server.",
"url": "https://kaspirius.com/minesweeper",
"mainEntityOfPage": {
"@type": "WebPage",
"@id": "https://kaspirius.com/minesweeper"
},
"datePublished": "2026-06-18",
"dateModified": "2026-06-18",
"author": {
"@type": "Person",
"name": "kaspirius",
"url": "https://kaspirius.com"
},
"publisher": {
"@type": "Organization",
"name": "kaspirius",
"url": "https://kaspirius.com"
}
}