黑白
翻译本站
Special thanks to Michael Ma for the translation
| Q. |
Where do I start? |
| A.
|
You can't have more than 2 adjacent of the same color so look for 2 of the same color next to each other:
There should be a black circle next to the 2 white ones.
Or you can look for 2 of the same color with 1 empty cell between them:
There should be a black circle between the 2 white ones.
|
| Q. |
Equal number of white and black circles? |
| A. |
On a 6x6 grid you should have 3 white and 3 black circles on each row and on each column. So if you already have 3 whites:
The empty cells should contain black circles.
|
| Q. | Each row and column is unique? |
| A. |
Check this scenario:
The second row cannot be the same as the first one (it should be unique). So it should be like this:
* All the above apply to columns as well |