Players are not given the coordinates of monsters outside the map. (why would we mention that instead of just saying that the monster will be removed?)
A monster can be pushed outside of the map, unless it is within a base radius, in which case it will will be moved no further than the border.
Does it mean a monster outside the map can still target the base without being seen? Maybe I missed something in the referee code?
Wild mana does appear in the endscreen when the game is decided by it. If you think that there’s a bug, could you share a replay of a tie with this problem? (Bronze+ only)
I see that you’ve been promoted to Wood 1 already. Anyway, league promotion occurs after you are ahead of that league’s boss AND 100% of the battles have been resolved. You may check the percentage of completion of the battles by clicking LAST BATTLES or LEADERBOARD to the left of the challenge statement.
Ok, so I’m out here trying to program in C because I hate myself (and want to practice with it). I was having an issue where I could output my first 3 instructions in the first round fine, but fail to provide the instruction in the second round.
My first thought was that something in my code was taking longer than 50ms but shorter than 1000ms. To debug I started using perror() statements; I put one at the very start of the game loop (before anything happens) and one at the end (just before it reruns the loop). When I ran it again, I saw both my standard error messages show up the first round and neither the second. I didn’t even see the message I put at the start of the game loop print.
Am I dumb, or is there something wrong.
Edit: I’ve fixed my code, but I’m still curious as to the reason why the error message didn’t print. Are there possible errors that don’t show up in the stream?
Yeah, when running in the arena, even simple clojure solutions frequently fail to even start with “Code failed: main entry point was not reached in time”; that doesn’t seem to happen while running the same code in the sandbox.
We’ve had many issues with Clojure during previous challenges and we have been unable to fix it. I advise you not to use it, sorry cc @vlad107@spicausis