======Rules====== Same as minesweeper: number in each cell represents how many mines are near that cell. Player must open every cells without mine to win. If you open the cell with mine, you lose. ======Control====== Click scratch cat to restart the game. Click the closed cell to open that cell. Click the open cell to open nearby cells except flagged ones, if the number of flags near the cell is equal to the number of mines near the cell. Click the closed cell while pressing space key to flag the cell: flagged cell will not be opened until you disable the flag. Click the flagged cell while pressing space key to disable the flag.
If you open a cell with 0 nearby mine, its nearby cells will automatically open. If you put your mouse on the cell, its nearby cells will be marked with an outline. If you clear the game, highscore shows up at the left number(can you beat it under 60s?) Due to the map generating algorithm, some cells will have "counterintuitive" neighbors near the edge, so be aware of it. the map will always contain more than 160 cells, so don't grind for less cells Used algorithms: Bridson's algorithm: