Smash the code colors bug?

It’s me or colors are strangely labeled in Smash The Code contest? I’m playing in PHP, bronze league and it seems that $colorA and $colorB doesn’t match stored numbers in player’s grid 12 lines. For example: I get color 1 in both blocks. I put them in column 0. But if I debug my map, I get this:

5…
5…

Am I doing something wrong or it’s a bug? Thanks!

You may be using the color of the last pair given.

The server provided you the next 8 blocks not onyl the current one.

1 Like

This… actually kind of tripped me up quite a bit as well…

The server provided you the next 8 blocks not onyl the current one.

Thank you @SaiksyApo, didn´t notice that.

1 Like