The squares of the six polyominoes depicted below are either filled or empty. What logic was used to determine whether a square filled?
+--+--+--+--+--+ +--+--+
|##| |##| |##| |##|##|
+--+--+--+--+--+ +--+--+ +--+--+
| | | | | |##|##| |##|##|
+--+--+--+--+ +--+--+--+--+ +--+--+
|##| |##| |##| | |##| | | |
+--+--+--+ +--+--+--+--+ +--+--+
| | |##| |##| |##|
+--+ +--+--+--+--+ +--+
|##| |##|
+--+--+ +--+--+--+
| |##| |##|
+--+--+ +--+--+--+--+ +--+
|##|##| |##| | | |
+--+--+ +--+--+--+--+ +--+
|##|##| |##|##| |##|
+--+--+--+--+ +--+--+ +--+--+--+
| | | | |##|##| | | | |
+--+--+--+ +--+--+ +--+--+--+
|##| | | |##| |##|
+--+--+--+ +--+--+--+
(In reply to
re: Too Hard Basket??? by pcbouhid)
Don't follow me - I am a novice at this game. I haven't solved it either - my post was more of a fishing expedition based on an educated(?) guess.
Also trying binary patterns - 1's and 0's but no success.