๐Ÿ’พ Archived View for bbs.geminispace.org โ€บ s โ€บ SpellBinding โ€บ 2400 captured on 2024-02-05 at 15:02:08. Gemini links have been rewritten to link to archived content

View Raw

More Information

โฌ…๏ธ Previous capture (2023-12-28)

โžก๏ธ Next capture (2024-03-21)

๐Ÿšง View Differences

-=-=-=-=-=-=-

@stack What is the top ten sort order based on when multiple people have the same word count? Sorted by actual score?

Posted in: s/SpellBinding

๐Ÿš€ skyjake [sysop]

2023-06-25 ยท 7 months ago ยท ๐Ÿ‘ gritty

3 Comments โ†“

๐Ÿš€ stack [mod] ยท 2023-06-25 at 11:41:

Currently top list is processed by a bash script which sorts the players by name then takes the top 10. I noticed it's a bit weird about who is left out, but that is decided by the hashing order and maybe the order in which players are initially placed into the hash table... Point scores are ignored.

๐Ÿš€ skyjake [OP...] ยท 2023-06-25 at 17:58:

Well, hash table or not, it's still nice to be at the top. ๐Ÿ˜‰

๐Ÿš€ stack [mod] ยท 2023-06-26 at 01:10:

@skyjake - I meant to say that the script sorts players by number of words, then takes the head 10.