As the challenge was built up in just a few days, it’s highly possible there are bugs or unclear stuff in the rules, so please consider the few days of the challenges as “sandbox” time. We’ll fix bugs and update the statement as soon as humanly possible.
Technically not a bug, but there is a TODO line left in the description (in Wood 2 for sure):
“TODO: along with screenshot, as this table uses concrete examples and isn’t abstract?”
It is not very clear what is meant by, for the torpedo, to “be fired at an arbitrary water position within a range of 4 cells.” I had to read the referee to see that it must be 4 adjacents cells, not in diagonals.
So you can fire using the following patterns (S submarine, X target of torpedo):
S¤¤¤X S¤¤¤ S
X ¤
S¤ ¤
S¤¤ ¤ ¤
¤ ¤ X
X X
Section “Inputs for each next turns” says: Line 1: a string with 8 space separated integers.
x y myLife oppLife sonarResult torpedoCooldown sonarCooldown silenceCooldown mineCooldown
but sonarResult is supposed to be on line 2:
Line 2: a string sonarResult which gives you the result of the SONAR action...
Thank you. A good addition would be to indicate what is in store in the higher league, even if we can guess from the input
I reached Wood 1 but it was not evident what had been added. Display it in a specific color would maybe help ?
If the enemy uses the sonar, will I see “SONAR4” (in the description) or “SONAR 4” (what I see in the referee)?
Both of your points are one our list and will be added on the next deploy. You can see a preview here. To see statements for different leagues, switch them at the top right.
In Java, an exception occurs with some invalid output :
Output : SURFACE | TORPEDO | MSG 19
TORPEDO isn’t allowed with SURFACE command.
Result : unknown exception: index 1 out of bounds for lenght 1
We discovered a bug in the Referee where player aiming at Coordinates very far away, Islands or outside the map causes the Referee itself to timeout. This is most likely what caused the non functioning Submits.
We have fixed it and are waiting for CG to update the game.
In the meantime, try to aim inside the map and avoid Islands
Hello, I’m lightly colorblind and I cannot distinct at all the red player indications (loading, life point). For me, it’s all red.
For green player (I see it green ) the colors are very differents.
If you release a new version, could you improve this?
Thanks