Summer Challenge 2025 - got random disqualified for using MOVE

I participate in the Summer Challenge 2025 which is fun, well explained. Recently I wanted to improve and see why I lose some matchups and I got surprise to being disqualified for using the MOVE command. Here is a replay where the bug occurs Coding Games and Programming Challenges to Code Better
Some having the same issue? Maybe I missed something, but I can’t see what.

Here is another example with the output on the ide:

the output:

Standard Output Stream:

1;MOVE 1 1;SHOOT 5

2;MOVE 1 2;SHOOT 5

3;MOVE 1 6;SHOOT 5

4;MOVE 0 4;SHOOT 5

Game Summary:

Invalid Input: Expected MOVE x y | SHOOT id | THROW x y | HUNKER_DOWN | MESSAGE text but got ‘MOVE 1 1’ vroger11: disqualified! Invalid Input: Expected MOVE x y | SHOOT id | THROW x y | HUNKER_DOWN | MESSAGE text but got ‘MOVE 1 2’ vroger11: disqualified! Invalid Input: Expected MOVE x y | SHOOT id | THROW x y | HUNKER_DOWN | MESSAGE text but got ‘MOVE 1 6’ vroger11: disqualified! Invalid Input: Expected MOVE x y | SHOOT id | THROW x y | HUNKER_DOWN | MESSAGE text but got ‘MOVE 0 4’ vroger11: disqualified!

In the replay you gave, your agent IDs are 4, 5 and 6, but you are outputting 1, 2 and 3.
Try to review your IDs and see if it solves your problem.
If yes, then probably the error message can be improved.

1 Like

I see, I was thinking we always get the red ones. I will fix that later by the end of the day and let you know. Thank you very much for the feedback!

It fixed the issue, thank you a lot! Improving the error message could help others, for sure