< Javascript Minesweeper
Make your own free website on Tripod.com
Game will be an N x N grid:
difficulty=1 mine for every: tiles
Your Score:
This game is played just like the minesweeper game that has come with every version of Windows since 3.1 (at least): You click on tiles and try to avoid hitting a mine. When you click on a tile that is not a mine, a number appears in the tile space indicating how many mines are hidden under the tiles surrounding that tile. If no mines are touching that tile, all tiles surrounding it are uncovered, and so on. You get one point for every uncovered tile. Unlike the windows version, there is no timer, and the game doesn't end when a mine is uncovered, however, your points do go back to zero. Have Fun!