🎮 Minesweeper Variants

Twist on the classic — same mines, different rules.

🔄

Cylinder

The board wraps horizontally — the left and right edges are connected. A mine near the right edge affects cells on the left, and vice versa. Numbers reflect this wrap, making every row a loop.

Example row with one mine:
💣 1 1
↩ edges connect ↪
🍩

Toroid

The board wraps on all sides — left↔right and top↔bottom edges are connected. Like playing on the surface of a donut: every cell always has exactly 8 neighbors, even in the corners.

Example corner with one mine:
💣 1 1
↕ all edges connect ↔
🔁

Board Replay

Play any specific board by its hash — the exact same mine layout, every time. Switch between Standard, Cylinder, and Toroid on the same board and compare your times with friends. Scores are tracked per board, separate from the global leaderboard.