Live data from Hacker News

Show HN: WordRank: A Word Frequency Game

timd73.github.io

1–2 of 2 posts

Re: Show HN: WordRank: A Word Frequency Game

#2
Guess the relative frequency in the English language of 5 words, and share the result with friends.

The fun of this game is that you find unexpected word-frequency rankings.

The mechanics are intended to be simple, but the problem is that ranking and submitting are two steps that might confuse people - I'd love feedback on improving that.

The word frequency comes from python's "wordfreq" package which seems pretty solid.

So far each day's word set is a "theme" but I'm wondering if that is the right approach.