Have you tried refreshing your browser or using another browser?
Iāve refreshed the page plenty of times, and looking at the browser console thereās some CORS failures and a cross-origin localStorage failure that could be part of it, and that ānavigator.sendBeaconā is not a function, so maybe codingame is just broken? Itās weird, Iāve not had issues with some of the other puzzles, although I guess they didnāt do the fancy render. Really all I want is just the console output to figure out whatās wrong
-
Are other puzzles with a viewer broken in your browser? For example, Shadows of the Knight - Episode 2 or The Fall - Episode 2?
-
Have you tried using other browsers?
The other ones were also broken, but switching browsers did seem to work, although itās far from an ideal situation. Any thoughts on when we can get the website fixed? Especially the part where the broken visualizer also breaks all console output is not a good situation
Interesting, I pulled it up in a new browser profile and itās all working, which suggests it might be something like overloaded localStorage. Iāll try to triage further, but I guess itās not an issue for most people :shrug:
Thatās exactly what Iād like to say ![]()
Itās a bit unusual, as weād likely have seen many more complaints if this were a widespread issue.
Iām not a staff member of CodinGame, nor am I very familiar with how websites work, so my ability to help is limited. That said, you could try a few troubleshooting steps, such as clearing your cache or adjusting your browser settings.
If the problem persists, Iād recommend reporting it in the #bug-report channel on CGās Discord server so the team can look into it directly.
I do not understand why the round() does not work. When I check the coordinates, the character actually goes to the (0,2) coordinates with the round function as well, yet it says that the bomb is above. Any idea regarding the explanation ?
Can you share the link to a replay which shows an example of what you mentioned?
I had the same issue before and I had click submit
Iām struggling on the distance part. I was thinking of defining a max_y,min_y, and min_x,min_y to establish boundaries on how far he has gone but im confused on how to implement that with the given jump directions. any tips?
3 mins and 3ys probably wonāt get you very far ![]()
Tip: Donāt think about how youāll write the code first. You can work out by hand how the boundaries change with each of the jump directions, and once youāve got that, you can convert that to code.
Hi, some tests arenāt giving me the number of shot they show. For exemple, the test number 5 shows ā6 round leftā but during the test :
Informations :
Locate the bombs, save the hostages!
Batman is on window (0,0)
The bombs are located below and to the right of Batman
02
Sortie dāerreur :
square_scan: xmin: 0, ymin: 0, xmax: 49, ymax: 49, batpos_x: 0, batpos_y: 0
Sortie standard :
24 24
Informations :
Batman moved from window (0,0) to window (24,24)
The bombs are located above and to the left of Batman
12
Sortie dāerreur :
square_scan: xmin: 0, ymin: 0, xmax: 49, ymax: 49, batpos_x: 24, batpos_y: 24
TypeError: cannot unpack non-iterable NoneType object
at Answer.py. in on line 128
Informations :
Timeout: your program did not provide an input in due time.
Batman moved from window (0,0) to window (24,24)
The bombs are located above and to the left of Batman
I do not understand. There is an error ātimeoutā but my soft answers every round the same time and only got 1 round here before the error.
Was your answer-printing code (the actual output, not the soft answer) executed before or after the TypeError occurred?
Looks like it was executed before. My debug appears before the TypeError.
If you want, you may send me your code in private message and Iāll take a look.
I would like to do that but i couldnāt find the way, the āfriendā category is just a link and i couldnāt find any button on your profile.
Thanks but when i arrive on his profile i see this a blank space, the 3 button arenāt there.
I I would like to show you but i canāt upload pictures as new user.
No worries, Iāve sent you a private message so that you can reply there.
Think about if you need to round up or down depending on the direction you are moving
