I see a lot of people saying 7 letters is too long, but I feel like the additional hints about where to go when you guess wrong helps make up for that. It took me a minute to get what was going on and I wasted a few guesses but I like that it requires a new strategy. I was able to adapt my first go-to wordle words to 7 letters and realized that they should be different because of what you learn from guess to guess. I…
Show HN: I've built a words game based on binary search
51–60 of 71 posts
Re: Show HN: I've built a words game based on binary search
#52I love word games and this was pretty fun. One recommendation I have is to have the most recently typed word at the top rather than the bottom, so that it's easy to reference when typing your next word. There could be plenty of reasons against that and I'm no game designer but that's what popped into mind. I'll definitely try more, this is a fun idea!
Re: Show HN: I've built a words game based on binary search
#53I agree with everyone else who’s commented up to this point. But I’ll say what they’re saying more clearly: it’s a bit too difficult. I love the idea though.
Re: Show HN: I've built a words game based on binary search
#54I really like this, it kind of reminds me of "Hangman"! A few ideas, if you don't mind: 1. Have a "normal" mode and "master" mode, where the normal mode has words with maybe 5 letters and the master mode uses 7 letters 2. Have an archive of previous games - kinda sucks that I can't play the old ones! 3. Contrast on the up/down arrows on letters isn't clear enough, at least not for me (colour blind)
Re: Show HN: I've built a words game based on binary search
#55The "up/down" arrows are a bit confusing, I don't think it's self-evident whether "later in the alphabet" would be considered "higher" or "lower". "left" or "right" might be clearer, at least for English, and it would map directly to the range bar visualizations beneath each letter.
Re: Show HN: I've built a words game based on binary search
#56I'm very interested to know why 7 letters was deemed most appropriate, I could not come up with more than 2 words and had to get a dictionary to find. Maybe I've played wordle too much...
Re: Show HN: I've built a words game based on binary search
#57No archive of previous games?
Re: Show HN: I've built a words game based on binary search
#58Re: Show HN: I've built a words game based on binary search
#59Re: Show HN: I've built a words game based on binary search
#60I loaded the puzzle and was presented with an empty 7 character prompt. I tried typing in three different seven-letter words, and each time I hit "GO", I was told the word was "Not in the word list". With no further guidance given, I closed the tab.
Thanks for the feedback. I've taken all the 7 letter words from the dictionary and filtered based on different criteria. I'm still thinking what's the easiest automated way to have all valid words, while avoiding offensive, inappropriate ones.
I'd imagine it'd be easier to screen the chosen word every day for your criteria and, beyond that, let people type whatever they want as long as what they type is in the dictionary