TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

I read the dictionary to make a better game (2023)

14 pointsby jsharpe11 months ago

3 comments

Cyphase11 months ago
&gt; Also, what makes me think I can effectively imagine the average person’s vocabulary? People from other countries, ethnic groups, genders, socioeconomic backgrounds, or with different language backgrounds, might have quite different opinions on many borderline words. For example, I was quite conscious of the idea in the last few years that men and women tend to know different words. For example, practically, should I include TAFFETA or not?<p>Did you consider getting some other people to do this manual curation process? You could then use roughly the intersection of all lists.
评论 #40892189 未加载
wdumaresq11 months ago
I also developed a word search game and was interested in a methodology for determining what words are &quot;reasonably findable&quot;.<p>The best I could come up without going through the dictionary word-by-word like you did was to use data from actual games played, to see what words were actually being found by the players.<p>Here is the word frequency from about 900 days of daily challenges (about 15 players per day), ranging from TEE found 4636 times to LAWYERED found once: <a href="https:&#x2F;&#x2F;docs.google.com&#x2F;spreadsheets&#x2F;d&#x2F;1OY32E-JyHh2C4A_1ADy40CRjY7Bo7rnrQ6LtiJLtgYk&#x2F;edit?gid=1967580040#gid=1967580040" rel="nofollow">https:&#x2F;&#x2F;docs.google.com&#x2F;spreadsheets&#x2F;d&#x2F;1OY32E-JyHh2C4A_1ADy4...</a><p>In this game the goal is not completion but to get a high score that you can compare against others (and yourself from previous days). So far I haven&#x27;t done much with the list of word frequencies except an experimental feature where you can see stats about your game using &quot;commonly found words only&quot;, e.g. what percentage of commonly found words did you find.<p>You can try the game here: <a href="http:&#x2F;&#x2F;crosswordislandhopper.com&#x2F;playGob" rel="nofollow">http:&#x2F;&#x2F;crosswordislandhopper.com&#x2F;playGob</a> And the daily challenge: <a href="http:&#x2F;&#x2F;crosswordislandhopper.com&#x2F;dailyChallenge" rel="nofollow">http:&#x2F;&#x2F;crosswordislandhopper.com&#x2F;dailyChallenge</a>
评论 #40902884 未加载
furyofantares11 months ago
&gt; For instance, there is never a chance for the player to enter a word like POESY and feel good about knowing such an obscure word. I feel that given how critical it is for most players to be able to reach 100% completion of a board, this is the right tradeoff to make.<p>Perhaps words in this category should be on a banlist where you never generate puzzles where it would be a valid guess.