๐ŸŽฎ 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 Generator

Design your own board by clicking cells to place mines. See the board hash, 3BV difficulty for all three topologies, and get a shareable link. You can also export the layout as a Mosaic puzzle and challenge friends to solve it.

๐Ÿ”

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.