I made this tool for myself during a contest (i can’t remember which one, maybe Back to the code). It was private because each time you use it the tool make 3 requests to the Codingame website. But G-Rom told me that it’s not a problem at all.
for some reason the tool stopped working, returning error 503 from the cgstats backend.
I thought that it’s CG API changed again but it’s not, latest code from github works on my machine. It must be something with your server. Could you check it please?
I noticed that it’s often difficult to know if a change is a regression or an improvement with only submitting, because even for bots fights which have been there for 3 years or more (almost nobody submits in those), your ranking may be 150th silver or 350th silver for the same code according to 2 submissions made 1 hour after another. So, the CG way to calculate rankings is too inaccurate to evaluate our performances.
But in some cases it may be more accurate (for example tron’s gold league).
Of course, when a change is really impacting, we can notice that it works better only by the ranking
When it’s a small improvement or regression we can’t.
Maybe it will be better with CG stats (or by implementing the game engine locally as several people do…)