Ranking

Discussion about hacker.org's server
5el
Posts: 4
Joined: Wed Jul 18, 2012 12:28 pm

Post by 5el »

The ranking hasn't updated for weeks now, I think it is stuck again. Can someone repair it?
User avatar
Rat62
Posts: 17
Joined: Tue Nov 23, 2010 5:00 pm

Post by Rat62 »

It's rather years than weeks. I've calculated the following:

1 tails 1081,3
2 Yharaskrik 782,2
3 Hippo 635,7
4 zeased 616,1
5 Tron 590,4
6 miroe 575,7
7 adum 546,1
8 Zeta 539,5
9 bellerophon 509,5
10 Schlaule 478,0
11 portal 476,4
12 stubbscroll 470,1
13 cutter 455,6
14dangermouse 450,4
15 eremes 441,0
16 Captain Segfault 420,0
17 Ivhao945 411,4
18 go.to.hell 407,9
19 dividead 407,7
20 Rat62 407,6
21 papa 396,9
22 Samora 395,4
23 SnakeSnake 392,4
24 Hckr 387,1
25 bsguedes 384,7
26 sevenkplus 372,2
27 gfoot 372,0
28 Ignorance 360,9
29 mego 360,3
30 ... 359,3
31 swgr 354,2
32 bagger 348,4
33 mrmdb 347,5
34 kauesilv 341,9
35eulerscheZahl 339,0
36 sergejs 334,2
37 laz0r 324,3
38 mrhaandi 324,1
39 contagious 321,2
40 Adzeye 318,5
41 asdf_2 317,7
42 arthur 315,5
43 Epiq 311,1
44 tompko 310,9
45 watashi 310,2
46 TheHiveMind 309,8
47 hhanger 307,5
48 Isun 305,8
49 Dumbear 305,7
50 martinsm 304,8
guga
Posts: 17
Joined: Fri Mar 02, 2012 2:39 pm

Post by guga »

since I am not on your top 50 but I am at the top 50 of the "original" ranking, I prefer that one ;-)

I have never really understood the exact mechanics of the ranking. Is it described somewhere or how did you calculate the scores?

EDIT: oops, the whole thread seems to be about being puzzled over how it exactly works. Should read what I am replying to. Never mind :)
User avatar
Rat62
Posts: 17
Joined: Tue Nov 23, 2010 5:00 pm

Post by Rat62 »

...
54 guga 303,1
...

Calculated the following way (pseudo code):

foreach game in puzzle+botwars+challenges:
...foreach player:
......score(player) += score(player,rank,game)
...// A
// B

score(player,rank,game)
if game == challenges :
return 200 * 0.96^(rank-1)
else:
return 100 * 0.9^(rank-1)


If you have the same level as the one on top of the list the score is 100.
This way tails had 1088 until LudemeGames reached top level 1206 in MortalCoil.

It seems the reason for the scores bouncing up and down was that the list was updated while it was built (at // A above) not when the calculation was done (at // B)

Unfortunately the BotWars don't work any more.
eulerscheZahl
Posts: 58
Joined: Thu Nov 29, 2012 7:45 pm
Location: Germany

Post by eulerscheZahl »

Wow, I'm in the top 50 now :)

It's not hacker.org, but tapeworm and a few other bot games can be found here: CodinGame
The site is still active, the next bot game will be added in a month.
contagious
Posts: 35
Joined: Tue May 12, 2009 6:08 pm
Location: Greece

Post by contagious »

eulerscheZahl wrote:Wow, I'm in the top 50 now :)

It's not hacker.org, but tapeworm and a few other bot games can be found here: CodinGame
The site is still active, the next bot game will be added in a month.
Thanks for the suggestion! Codingame looks great! It's very polished and a good replacement for bot wars.
User avatar
Hippo
Posts: 339
Joined: Sat Feb 01, 2014 12:05 am
Location: Praha 5

Post by Hippo »

Wow, I am on the podium :) ... OK I am going to work on MortalCoil again, the 2nd place is not far away ...
Post Reply