You need to play Minesweeper backwards. You know where the bombs and you need to put correct number on each tile.
A grid will show up with bombs placed in random cells. Your task is to assign correct number to each cell which does not have a bomb.
A cell's number is the count of bombs that are placed around it i.e. the (at most) eight cells surrounding it. So if there is just one bomb around a cell, its number should be 1 and so on...If there is no bomb around a cell, it should be left empty.
Click any cell to cycle between values 0 to 8. Left click increments by 1 and right click decrements by 1.
Navigate through cells with Tab or Arrow keys. Press Space or Enter key to cycle between values 0 to 8 or simply press the numeric key to assign value directly.
Hahahaha