X | X | 1 | 1 | X | 1 | ||
3 | 3 | 2 | 2 | 2 | 2 | ||
1 | X | 2 | 1 | 1 | 1 | X | 1 |
1 | 1 | 2 | X | 1 | 1 | 1 | 1 |
1 | 1 | 2 | 1 | 1 | |||
1 | X | 2 | 1 | 1 | 1 | 1 | |
1 | 2 | X | 2 | 1 | 1 | X | 1 |
1 | 2 | X | 1 | 1 | 1 | 1 |
This is a version of minesweeper implemented
entirely in HTML/CSS, using hyperlinks and
the :visited
CSS pseudo-class.
(this means it won't work in private mode in most browsers, sadly)
It isn't really meant to be practical (you can only play it once really), just to be a fun demonstration of the things you can do without JS.
Plays the same as any other minesweeper, more or less.