Binary Deployment isn't detecting troop lines

For some reason, my lines of troops on Binary Deployment aren’t getting detected, so that I can’t pass:

The lines are aligned with the pos.y of each target, and each unit is 5 spaces apart in the line. Is there something else I need to do for the game to pick up my solution?

I think you have to add zeros in front of numbers with less than eight digits.

For example

10 => 0b1010 => "00001010"
2 Likes

Like what @trotod said, You should have 8 troop units in each line. Your lines have only 8, 7, 7, 4, and 8.

Ok it worked. Thanks for the tip