Show HN: MidWord – A Word-Guessing Game
midword.com
Show HN: MidWord – A Word-Guessing Game
1–10 of 38 posts
Re: Show HN: MidWord – A Word-Guessing Game
#2Are you thinking of doing a daily word? Or just a random dictionary word each time you refresh?
Re: Show HN: MidWord – A Word-Guessing Game
#3Re: Show HN: MidWord – A Word-Guessing Game
#4I think I prefer alphaguess.com’s simpler interface
Re: Show HN: MidWord – A Word-Guessing Game
#5A little presumptuous to say it is the world's "favorite" guessing game... But I had fun for a few words. It was nice you could press the enter key on mobile and keep the keyboard up. Are you thinking of doing a daily word? Or just a random dictionary word each time you refresh?
TBH I've had it up as-is for a decade as a classical web app, but just converted it to a frontend-only app to eliminate most hosting costs.
Re: Show HN: MidWord – A Word-Guessing Game
#6Re: Show HN: MidWord – A Word-Guessing Game
#7Nicely implemented screen layout. Curious if you've thought of reporting metrics showing how many guesses it's taking people? (I got 'volatile' in 9)
Unfortunately, I just converted it to a frontend-only app to eliminate hosting costs, so I have no good location to keep tracking these stats.
Theoretically, "Oxford English Dictionary estimates that there are around 171,476 words currently in use in the English language", the log2() of which is around 17.38 - I have no historical data for 'volatile'
Re: Show HN: MidWord – A Word-Guessing Game
#8Re: Show HN: MidWord – A Word-Guessing Game
#9Re: Show HN: MidWord – A Word-Guessing Game
#10Pretty cool! Obviously the best strategy is binary search, but it's pretty hard to figure out the best choice for that on the fly.
Hence the word "Mid".