Find the mines!
There are 10 mines, you'll need to click around... but don't click on the mines!
As an indication, the numbers tell you how many mines there are in the 8 adjacent cells.
When you've guessed the location of a mine, click on the little white square to put a flag on the desired cell. The red counter tells
you how many mines are left to find.
To start a new game, either click on the smiley face or choose a difficulty level in the Game menu.
More information about the game...
CSS Minesweeper version 0.3
This is an near equivalent to the well-known minesweeper game. The grid is generated in PHP, but the game itself is entirely static, made of HTML and CSS. No javascript.
Features:
- Like standard game: look & feel, set/remove flags, mine counter, predefined & custom levels, bad-flags detection, empty areas...
- HTML 5 markup (ok, doesn't really matter :p).
- Share a given game with your friends by sending them the exact URL.
- Access your previously won and lost games through the history. If you want to play them again,
simply remove them from the history.
- Themeable via alternate stylesheets (more themes needed!)
The whole code, including PHP, is available through git. Simply type:
$ git clone http://da.weeno.net/code/git-repo/mine.git
This game was started by David Ammouial in Jan 2010. It is distributed under the GNU Affero General Public License v3.