Minesweeper! Just wait for the board to appear, and start clicking! For some reason, when it is picking places for the mines on the site, it freaks out. if you see the list on the right of the screen freeze before the screen apears, reboot the script. It will work eventually. Note: there are ten mines to be uncovered. This is roughly the equivalent of the Begginer level Minesweeper. Tutorial: Click on a tile to reveal whatever is beneath it. If it is a mine, you die. If it isn't, it will be either a number or a blank space. A number indicates the number of mines next to it, linearly or diagonally. If it is a blank space, there are no bombs adjacent to the square. Use logic to determine the location of the mines. Press space to flag a bomb. All this does is put a little flag on that space, generally indicating a mine underneath. You can still click flaged spaces, though it is not generally advised.