Share My Creation (Game) bionoid - puzzle game

MikeH

Well-Known Member
Licensed User
Longtime User


aaahh no its wrong, two rows the same
 

sorex

Expert
Licensed User
Longtime User
However, there is a screen which I think is not solvable. Whatever I do, second column and fifth row always result the same... is it right?

I'll have a look at it. but from what I see now I notice some guesses
 

sorex

Expert
Licensed User
Longtime User


ok, here we go...

6/7 row 4 has 3 1s (4-1,4-2,4-5) which means the others (4-3,4-4,4-6) needs to be 0

10/11 row 6 has horizontal 3 0s (6-1,6-4,6-6) so the others (6-2,6-3(,6-5)) need to be 1s

now comes the tricky part

look at row 5 with 2 1s (5-4,5-6) & 1 0 (5-5). so you can only place 1 extra 1 there

if you place it at 5-3 it means that 5-1 & 5-2 needs to be 0

that's fine BUT when you look at colum 1 you see that you'll have then 3 0s so you'll have to place 3 1s in a row which is not allowed.
so there needs to be a 0 at 5-3 and a 1 at 5-1

14 line counting > 0
16 row counting > 0
17/18 you see that the ending of line 4 & 6 is the same with 2 missing values so it needs to be the inverted one of 6 or you have a duplicate line
19/20 logic fill
21 logic fill
22/23 line counting
24/25 row counting
26 logic fill
27 row counting
 
Last edited:

JordiCP

Expert
Licensed User
Longtime User
ok, but column 2 is equal to row 5.

Now I see, I suppose I misunderstood the first post
- Each row or column should be unique and not more than once.
I supposed it meant: "there can't be any row or column equal to any other row or column"
and the correct meaning is "all rows are different between them and all columns are different between them, but a column can be equal to another row"
 

sorex

Expert
Licensed User
Longtime User
yeah, each row should only appear once as row and each column should only appear once as column.
 

sorex

Expert
Licensed User
Longtime User

this has been added in the update that was published a few minutes ago...
 

sorex

Expert
Licensed User
Longtime User
It will update the score when you're online and finish a level again.
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…