Please give me honest feedback on my first game. It's based on wordle-like mechanics, but you need to rank words in terms of frequency. Using python "wordfreq"
Comments
edan•22m ago
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.
edan•22m ago
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.