Starting a game |
A finnished game |
When player clicks on | What happens |
the red circle | the 8 cells around the red circle are said empty. The other cell on the diagonal are said empty. All the lines or columns containing 0 circles are said empty. |
an unknown cell (left click) | the cell is said empty (cross). |
an unknown cell (right click) | the cell is said black circle. |
a black circle | the 8 cells around the black circle are said empty (unless they are not in an unknown state) |
an hint (white numbers) | if the line corresponding to the hint can be filled with circles or empty cell to satisfy the hint, then it is done. example : the line contains 1 circle, 2 unknown cells and 4 empty cells and the hint says there is 3 circles. Then, clicking the hint will change the 2 unknown cells to circles. If the hint had says 1 circle, then the 2 unknown cells would have been changed to empty cells. |