Block order inside lanes?

Am I losing it in isolation, or is the order of block inside the lanes random?

Example game state attached (obtained from game portal download, if that makes any difference).
JsonMap.json (11.9 KB)

In lane 1, you can see the first block in the array is actually position.block == 19.

Is this a bug?
Or intended?
Or me not understanding something ?

Hi demaniak

Thanks for bringing this one up :blush:

The map received by players are actually a portion of the world map visible to your car in that round. As you drive forward, the first block in your map will increase in x at a steady rate per round.

Although it does seem that the blocks in that portion are not sorted properly, so i added this as an issue https://github.com/EntelectChallenge/2020-Overdrive/issues/24

1 Like