Code:
No JavaScript, no CSS3.
<a href="https://github.com/cnees/minesweeper" rel="nofollow">https://github.com/cnees/minesweeper</a><p>Gameplay:
Each number tells you how many of the tiles touching it (on sides and corners) are bombs. This board is designed to be solvable without guessing.<p>Pro Tip:
You can undo a move by clicking on the square and typing Shift+Tab.<p>Discussion:
Can you figure out how it works? Can you think of a way to implement flagging, game-over, or other features? Know of any other HTML/CSS hacks?
Pretty cool. This takes me back.<p>One thing I noticed is I can see which squares are mines when I zoom out all the way on iOS. Not very noticeable but there’s a thin red line on the bottom of those tiles.